re-frame-10x 0.7.0 fails to compile, with a number of errors, similar to this:
opened 09:57PM - 07 Jul 20 UTC
closed 12:47AM - 26 Feb 21 UTC
Reported by `@andre` on slack ....
> In re-frame-10x for tracing components … rendering static-fns from reagent had been monkeypatched, but in latest reagent alpha releases it was removed https://github.com/reagent-project/reagent/commit/28c9b8921df58f0cca29bf2ac1e1f4b1e8c90bc4 , are there any plans to integrate tracing in reagent ?
Background: see [this code](https://github.com/day8/re-frame-10x/blob/9b1050e899c1321e61828178881beb63d5eee80c/src/day8/re_frame_10x.cljs#L54-L116) which does the monkey patching.
We probably need to ask for better APIs in the new alpha version. See also https://github.com/day8/re-frame-10x/issues/115
Recent changes to Reagent impact re-frame-10x #269
As suggested in this link, I was able to install and use re-frame-10x by updating the version to 1.0.0.
re-frame-10x 0.7.0 doesn’t work for me either (on the same page) because the required JS dependency react-highlight.js isn’t available. Using the latest re-frame-10x 1.1.7 seems to work.
Yes, just tracked down this same version problem, and simply updating my project.clj dependancies fixed this for me.