Fork me on GitHub
#figwheel
<
2019-10-03
>
gmercer03:10:43

I can see my :on-jsload function in (print-config), but it is never called even though live reload is working - I tried looking through window.figwheel but not sure where to look - I have also added the suggested document.body.addEventListener("figwheel.js-reload", function (e) { console.log(e.detail);} ); - again, I am not sure what to look for - any clues?