I’m having some issues with 10x, it seems like it’s missing a macro when I try to enable it with :devtools {:preloads [day8.re-frame-10x.preload]}
. Has anyone also run into this?
1 | (ns day8.re-frame-10x
-------^------------------------------------------------------------------------
Invalid :refer, macro reagent.interop/$ does not exist
--------------------------------------------------------------------------------
These are my deps:
thheller/shadow-cljs {:mvn/version "2.11.4"}
thheller/shadow-cljsjs {:mvn/version "0.0.21"}
binaryage/devtools {:mvn/version "1.0.2"}
day8.re-frame/re-frame-10x {:mvn/version "0.3.7"}
day8.re-frame/http-fx {:mvn/version "v0.2.0"}
day8.re-frame/tracing {:mvn/version "0.5.1"}
reagent/reagent {:mvn/version "1.0.0-alpha2"}
clj-commons/pushy {:mvn/version "0.3.10"}
re-frame/re-frame {:mvn/version "1.1.1"}
You're using an unsupported Reagent version.
Ah, well, that solves that. Thank you for the prompt reply!