Fork me on GitHub
#cider
<
2021-06-29
>
theeternalpulse02:06:47

Hi, i'm working on a cljs project via shadow, and I am creating a client/server *.cljc file but having trouble evaluating my custom code within it. I can evaluate simple (+ 1 1) etc, but when I try to make a defn within the file and evaluate that, it doesn't seem to work. In the console some time I get a timeout while waiting for a result when evaluating a defn, but calling it I just get that the symbol isn't found.

Gleb Posobin12:06:06

I am getting "Inspector error" when I try to eval any cljs code and inspect its result in cider. E.g. evaluating {:hello :world} gives Inspector error for: {:hello :world}. What could be the reason for this? No further error is given.