We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the sablono wiki!
In browsers with Symbol available you cannot print the evaluated React.createElement output. To do so add:
Symbol
React.createElement
(when (exists? js/Symbol) (extend-protocol IPrintWithWriter js/Symbol (-pr-writer [sym writer _] (-write writer (str "\"" (.toString sym) "\"")))))