Fork me on GitHub
#re-frame
<
2024-04-23
>
okwori16:04:19

I am having trouble displaying Google Maps in my re-frame application, I tried following this, https://day8.github.io/re-frame/Using-Stateful-JS-Components/ not sure what am doing wrong, also getting this warning `Cannot infer target type in expression (. (:map (clojure.core/deref gmap)) panTo latlng)`

Kimo16:04:35

This might fix the warning - https://cljs.github.io/api/syntax/js-tag

👍 1