Closed Frozenlock closed 5 years ago
Are you using the latest version of figwheel? I found possible reference to this issue here: https://clojurians-log.clojureverse.org/lein-figwheel/2017-10-04.html
Yes, I already tried to require [org.clojure/tools.reader "1.1.0"]
, but I got the same error.
I narrowed down the source of the problem to requiring both codax (with AOT) and cljs-ajax. Any of those alone is fine, but combined they produce this error.
To reproduce from a new project :
lein new reagent my-project
Add the following dependencies:
[codax "1.2.0"]
[cljs-ajax "0.7.3"]
Run figwheel.
This is no longer an issue. My apologies for not closing it sooner.
When using 1.2.0-snapshot and running figwheel, I get this error :
However, re-adding
^:skip-aot
solve this.