This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-24
Channels
- # adventofcode (11)
- # asami (1)
- # babashka (9)
- # beginners (81)
- # calva (85)
- # circleci (4)
- # clojure (32)
- # clojure-europe (21)
- # clojure-nl (1)
- # clojure-uk (2)
- # clojurescript (28)
- # cursive (5)
- # fulcro (3)
- # honeysql (1)
- # introduce-yourself (1)
- # jobs-discuss (1)
- # missionary (1)
- # off-topic (1)
- # other-languages (42)
- # re-frame (12)
- # releases (1)
- # shadow-cljs (1)
I'm getting "cannot be resolved" errors in my fulcro project after incorporating deps. I tried looking up some solutions to no avail. Is there a troubleshooting guide anywhere for this problem?
it's anything passed into defresolver or defstate from what i'm seeing. I haven't seen any other places where this happens yet. Here's an example file that I can recreate the issue with. I'm not sure if it matters, but for the dependencies i've tried it with deps, depstar, and dev (which I think is custom) loaded.
I think the solution there would be to customise the symbol resolution (https://cursive-ide.com/userguide/macros.html#customising-symbol-resolution) for defresolver
as defn
.