This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-30
Channels
- # arachne (5)
- # beginners (42)
- # cider (35)
- # cljs-dev (25)
- # cljsrn (2)
- # clojure (107)
- # clojure-dev (32)
- # clojure-finland (2)
- # clojure-greece (3)
- # clojure-italy (6)
- # clojure-nl (7)
- # clojure-spec (27)
- # clojure-uk (45)
- # clojurescript (152)
- # core-async (3)
- # cursive (26)
- # data-science (4)
- # datomic (33)
- # defnpodcast (1)
- # duct (12)
- # editors (3)
- # emacs (6)
- # events (5)
- # fulcro (6)
- # jobs (1)
- # lein-figwheel (9)
- # off-topic (7)
- # onyx (7)
- # re-frame (1)
- # reagent (9)
- # reitit (31)
- # shadow-cljs (130)
- # slack-help (1)
- # spacemacs (53)
- # tools-deps (55)
- # yada (4)
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?
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! 🙂