Fork me on GitHub
#figwheel
<
2022-11-24
>
Ian Fernandez04:11:29

Having this error when running repl with "Run with IntelliJ Classpath", how may I fix this error?

seancorfield05:11:35

Looks like you have a version conflict with some AOT code in the mix. update-vals is a new function in Clojure 1.11 but that unbound function error suggests the code is then running with a different version?

seancorfield05:11:58

(and it may be that you're hitting a Cursive-specific issue with classpaths -- so maybe ask in #C0744GXCJ?)