figwheel

general discussion about figwheel, specific discussions in #figwheel-main and #lein-figwheel
gmercer 2019-10-03T03:46:43.004500Z

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?