Fork me on GitHub
#lein-figwheel
<
2018-07-30
>
kennytilton22:07:51

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.

kennytilton22:07:27

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?

bhauman22:07:44

@hiskennyness not sure what you are asking?

bhauman22:07:08

you can always do a browser reload whenever you like

kennytilton22:07:51

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”

kennytilton22:07:29

Hmm, just did a successful reload with js debugger not open. Opened it and the reload failed. This is the Chrome browser.

kennytilton22:07:16

ps. Above I was making two completely unrelated observations. Sorry for the confusion.

kennytilton22:07:32

^^ When I brought up CLJC.

kennytilton23:07:56

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! 🙂