hello, I'm trying ot use the :on-jsload
feature of figwheel, but my hooks never seem to be called
I tried in a new lein new figwheel
template, is there any way to debug that? tried creating very simple hook functions that just do a console.log
but the log is not coming
just figured it's an issue with cljs 1.10.339
, reverting to 1.10.238
works
weird
also, it seems to only work if the hook function is in the same namespace as the :main
I'm trying to use the hook from a library code, and it doesn't get called