This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-18
Channels
- # announcements (1)
- # asami (2)
- # babashka (21)
- # beginners (23)
- # cider (5)
- # clj-kondo (10)
- # clojure (31)
- # clojure-europe (3)
- # clojure-nl (1)
- # clojurescript (47)
- # deps-new (1)
- # figwheel-main (7)
- # fulcro (7)
- # gratitude (1)
- # jobs-discuss (2)
- # lein-figwheel (1)
- # lsp (5)
- # off-topic (11)
- # pathom (5)
- # re-frame (1)
- # react (5)
- # reagent (4)
- # releases (1)
- # shadow-cljs (63)
- # tools-deps (16)
- # xtdb (26)
In the past few weeks, there were a couple of questions about useless cmp
instead of actual components' names in stacktraces of exceptions thrown from within render functions of Reagent components.
I just created this issue which suggests a possible fix: https://github.com/reagent-project/reagent/issues/549
Note that even if it's never incorporated into the Reagent's source code, you can still use it in your own sources by simply copying the whole file with the reagent.impl.component
namespace into your own sources and making that change.
This would save me a lot of headaches!!!