Fork me on GitHub
#lein-figwheel
<
2018-07-16
>
wilkerlucio00:07:33

hello, I'm trying ot use the :on-jsload feature of figwheel, but my hooks never seem to be called

wilkerlucio00:07:59

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

wilkerlucio00:07:06

but the log is not coming

wilkerlucio00:07:27

just figured it's an issue with cljs 1.10.339, reverting to 1.10.238 works

wilkerlucio00:07:00

also, it seems to only work if the hook function is in the same namespace as the :main

wilkerlucio00:07:10

I'm trying to use the hook from a library code, and it doesn't get called