This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-24
Channels
- # announcements (39)
- # aws (4)
- # babashka (18)
- # beginners (32)
- # biff (10)
- # calva (22)
- # clj-kondo (11)
- # clj-on-windows (2)
- # cljs-dev (20)
- # clojure (31)
- # clojure-europe (130)
- # clojure-norway (21)
- # clojure-spec (24)
- # clojure-uk (17)
- # clojured (2)
- # clojurescript (6)
- # conjure (1)
- # core-async (5)
- # cursive (11)
- # datalevin (1)
- # datomic (9)
- # emacs (24)
- # figwheel-main (42)
- # fulcro (6)
- # gratitude (6)
- # honeysql (8)
- # juxt (16)
- # kaocha (6)
- # lsp (235)
- # malli (2)
- # nbb (7)
- # off-topic (23)
- # other-languages (24)
- # pedestal (7)
- # reitit (6)
- # sci (1)
- # shadow-cljs (21)
- # tools-build (22)
- # tools-deps (57)
- # vim (24)
Hi gang, question: what is the latest shadow-cljs / clojure(script) / com.google.javascript/closure-compiler-unshaded
version that Fulcro is known to work with?
We encountered a problems upgrading shadow to 2.17.2
which throws a difficult to understand js error:
This permutation is ok:
;; WORKS with fulcro 3.5.2
org.clojure/clojurescript {:mvn/version "1.10.891"}
com.google.javascript/closure-compiler-unshaded {:mvn/version "v20210506"}
thheller/shadow-cljs {:mvn/version "2.15.13"}
Do you have a callback in the TopBar component? Are you get
-ing from something inside it? Perhaps add try-catch-log into it?
There were "recently" some changes to clojurescript that changed how goog.* libraries are accessed. Could that be related? Also, what if you upgrade to the latest fulcro?
The problem is probably in the direction of the goog. libs, Upgrading Fulcro, seems to improve things. Trying out some combos...
Latest and greatest versions appear to work with 3.5.22, the above can be ignored. Thanks for rubber , @U0522TWDA 😅