This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-05-23
Channels
- # ai (1)
- # aleph (1)
- # announcements (7)
- # babashka (87)
- # beginners (34)
- # biff (9)
- # clerk (4)
- # clojars (37)
- # clojure (144)
- # clojure-art (12)
- # clojure-europe (13)
- # clojure-nl (1)
- # clojure-norway (4)
- # clojure-uk (2)
- # clr (5)
- # conjure (1)
- # data-science (1)
- # datahike (7)
- # datalevin (6)
- # datomic (13)
- # events (1)
- # fulcro (1)
- # graalvm (5)
- # gratitude (1)
- # honeysql (4)
- # hyperfiddle (122)
- # malli (26)
- # nbb (2)
- # off-topic (16)
- # portal (93)
- # practicalli (1)
- # re-frame (1)
- # reitit (15)
- # releases (3)
- # remote-jobs (1)
- # shadow-cljs (5)
- # tools-deps (6)
- # xtdb (4)
Anyone knows of a way to silence Reagent warnings about a deprecated function in a library? re-com in my case:
Warnings in Library Code:
reagent.dom/dom-node is deprecated
I don’t think the issue will be resolved in re-com anytime soon: https://github.com/day8/re-com/issues/329I quickly skimmed the CLJS compiler options, and I’m guessing :warnings {:fn-deprecated false}
may do the trick?
🙏 2
Trying that now, but I would like to avoid suppressing these warnings generally. They helped me find things I should fix in my own code…
Hi! How do I know which version of clojurescript to use with the latest version of shadow-cljs? I do not see it either in the book or GH Readme 🙏 And, even more importantly, closure-compiler-unshaded version? ✅ Found it, the right column at https://clojars.org/thheller/shadow-cljs