Fork me on GitHub
#figwheel-main
<
2019-02-12
>
genRaiy17:02:08

I wonder if anyone has used figwheel with stateful JS components (like google maps or codemirror) and re-frame?

genRaiy17:02:32

here is an example of how to interact with those components in re-frame

genRaiy17:02:39

when I’m working with figwheel I have problems when I make changes to the NS

genRaiy17:02:59

for example I get duplicates / triplicates of the statefult components

genRaiy17:02:21

full page reload works OK but I would rather be able to avoid that 🙂

genRaiy17:02:58

if anyone has had success with this kind of component I would love to share your understanding

dominicm18:02:38

I believe that your stateful component is invalid.

dominicm18:02:00

Like, you aren't cleaning up on unmount or similar