@ahmed1hsn i would try to figure out the type of the event in google closure, then extend IDeref to it
Thanks. It's in function of :change
attribute of hoplon/select
tag.
`(defn event-target-node-val [evt] (-> evt .-target .-value))` This is how I resolved the issue.
@alandipert Thanks, without it the code which uses @%
doesn't work.
So wherever in your code % is, log to console so you can inspect it's type