*ns*
is not a thing in CLJS. you can see the ns in the bottom right corner
or a quick trick is ::foo
or so
I saw the bottom right, but I thought *ns*
worked in both versions. I must be losing my mind. Sorry for the trouble and thank you!
it works in macros but not in the REPL
Is there a way to print a dependency graph with shadow-cljs? I see namespaces in the build report and I don’t now where they are coming from.
you mean where it is required? no thats currently displayed
There are dependencies in the build report I didn’t expect there.
cljs.pprint
is in the report, but I don’t use it in my project. Also pathom
which is only used in my .clj files.
I am asking myself if maybe fulcro (or another dependency) is pulling them in.
fulcro had a require for that some time ago
don't know if newer versions still do
the info is all available just need to put it into the report somehow 😛
hi, found this https://clojureverse.org/t/using-storybook-with-cljs/1495
but cant find the example source code mentioned there
any help? thanks
that post is severly outdated and won't work with the current storybook at all
storybook completely changed everything basically