Fork me on GitHub
#re-frame
<
2020-10-08
>
motform11:10:59

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

motform11:10:48

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"}

p-himik11:10:26

You're using an unsupported Reagent version.

motform11:10:49

Ah, well, that solves that. Thank you for the prompt reply!