Meanwhile, while googling around researching cljc I came across a 2015 report of a possible issue with figwheel. FWIW, my app has a ton of cljc.
With figwheel main, am I supposed to be able to do a browser reload on a page it has loaded, or do I have to leave that to figwheel?
@hiskennyness not sure what you are asking?
you can always do a browser reload whenever you like
Oh, OK. They have not been going well for me. Just confirmed. I land in the console debugger in devtools$util$get_node_info:46 “Typerror: cannot read property ‘version’ of undefined”
Hmm, just did a successful reload with js debugger not open. Opened it and the reload failed. This is the Chrome browser.
ps. Above I was making two completely unrelated observations. Sorry for the confusion.
^^ When I brought up CLJC.
Back to the reload “crash”, I can close the debugger and the app is running fine, then reopen the debugger and no sign of the error. Fun! 🙂