re-frame

https://github.com/Day8/re-frame/blob/master/docs/README.md https://github.com/Day8/re-frame/blob/master/docs/External-Resources.md
motform 2020-10-08T11:37:59.057600Z

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

motform 2020-10-08T11:39:48.057700Z

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-himik 2020-10-08T11:41:26.057900Z

You're using an unsupported Reagent version.

motform 2020-10-08T11:42:49.058300Z

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