Fork me on GitHub
#re-frame
<
2018-02-23
>
danielcompton01:02:09

If you can provide a reproducible example I'm happy to look at it

danielcompton01:02:09

You could also try adding/removing the lines in the preload to see what triggers it:

(rf/clear-subscription-cache!)
(trace/init-db!)
(defonce _ (trace/init-tracing!))
(trace/inject-devtools!)
rather than injecting the whole preload, include those in your main (just for debugging for now)

danielcompton01:02:35

If I had to guess I'd say that the init-tracing! which monkey patches Reagent is the most likely candidate to cause an issue