crate
crate copied to clipboard
event listeners not created properly
on event listeners are not created properly. For example:
[:button :onclick (fn [evt] (println "click"))]
The above does not work because in https://github.com/ibdknox/crate/blob/master/src/crate/compiler.cljs#L124 setAttribute is used to add the event listener.