re-frame

okwori 2024-04-23T16:26:19.292959Z

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)`

Kimo 2024-04-23T16:43:35.886489Z

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

👍 1