I'm using shadow-cljs if that matters, no exotic settings, and I have a cljs.user ns.
:CljsEval (cljs.user/insp)
does what I expect it to but
says
------ WARNING - :undeclared-var -----------------------------------------------
Resource: <eval>:1:1
Use of undeclared Var littlereader.frontend/insp
--------------------------------------------------------------------------------
nil
I'm using shadow-cljs if that matters, no exotic settings, and I have a cljs.user ns.
:CljsEval (cljs.user/insp)does what I expect it to but
says