This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-08
Channels
- # announcements (32)
- # aws (2)
- # babashka (21)
- # beginners (143)
- # cider (3)
- # cljsrn (13)
- # clojure (65)
- # clojure-dev (7)
- # clojure-europe (20)
- # clojure-losangeles (8)
- # clojure-nl (13)
- # clojure-norway (39)
- # clojure-uk (9)
- # clojurescript (39)
- # code-reviews (10)
- # conjure (2)
- # cursive (3)
- # datascript (6)
- # datomic (40)
- # events (5)
- # exercism (23)
- # fulcro (9)
- # funcool (2)
- # girouette (2)
- # graphql (4)
- # helix (8)
- # improve-getting-started (4)
- # integrant (7)
- # introduce-yourself (5)
- # jobs (3)
- # luminus (32)
- # malli (3)
- # off-topic (10)
- # pathom (9)
- # pedestal (4)
- # polylith (25)
- # practicalli (1)
- # re-frame (4)
- # sci (3)
- # shadow-cljs (5)
- # tools-deps (25)
- # vim (31)
- # xtdb (32)
Is there a way to determine what component is causing an error? Stack trace just lists at cmp
Warning: Failed prop type: The prop path
is marked as required in Icon
, but its value is undefined
.
at eval (http://localhost:8280/js/compiled/cljs-runtime/module$node_modules$$mdi$react$Icon.js:9:410)
at cmp (http://localhost:8280/js/compiled/cljs-runtime/reagent.impl.component.js:496:43)
at div
at cmp (http://localhost:8280/js/compiled/cljs-runtime/reagent.impl.component.js:496:43)
at cmp (http://localhost:8280/js/compiled/cljs-runtime/reagent.impl.component.js:496:43)
at div
at div
at Splitter (http://localhost:8280/js/compiled/cljs-runtime/module$node_modules$primereact$splitter$splitter_cjs.js:9:408)
at cmp (http://localhost:8280/js/compiled/cljs-runtime/reagent.impl.component.js:496:43)
at cmp (http://localhost:8280/js/compiled/cljs-runtime/reagent.impl.component.js:496:43)
at cmp (http://localhost:8280/js/compiled/cljs-runtime/reagent.impl.component.js:496:43)
I know an Icon cmp is getting a bad path value, but I have lots of Icons and can't figure out which one is bad
Are they all the same component, being called with different args? If so I’d put in a console log showing the args.