This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-09
Channels
- # announcements (4)
- # beginners (44)
- # boot (15)
- # calva (66)
- # cider (66)
- # clojure (75)
- # clojure-austin (4)
- # clojure-europe (2)
- # clojure-finland (1)
- # clojure-italy (3)
- # clojure-nl (10)
- # clojure-russia (3)
- # clojure-sg (1)
- # clojure-uk (109)
- # clojurescript (18)
- # datomic (8)
- # emacs (1)
- # figwheel-main (1)
- # fulcro (5)
- # jobs (1)
- # jobs-discuss (8)
- # kaocha (7)
- # leiningen (11)
- # luminus (2)
- # off-topic (69)
- # pathom (5)
- # re-frame (7)
- # reagent (4)
- # reitit (18)
- # ring-swagger (3)
- # shadow-cljs (123)
- # spacemacs (1)
- # sql (35)
- # tools-deps (89)
- # uncomplicate (3)
- # vim (6)
- # yada (3)
(case (s/lower-case (get-in @tab-content [:tab]))
"apply" ^{:key 1} [styxponent/fragment {:id "5bZdOSO9KmARsNwFDj67Qg"}]
"grievences" ^{:key 2} [styxponent/fragment {:id "2Dld9Iw6XiZF412hIoOUH"}]
"resources" ^{:key 3} [styxponent/fragment {:id "1WE5w5eMGFhRjQXSTd4Ll7"}]
"pharmacy" ^{:key 4} [styxponent/fragment {:id "YtnfeGlyB7Msj4ImqLDNO"}]
"forms" ^{:key 5} [styxponent/fragment {:id "2ARljtDZ5o64T6MMaDIIs2"}]
)
anyone know why this won't re-render with the new fragment component without the key metadata?this also does not re-render:
[styxponent/fragment {:id (case (s/lower-case (get-in @tab-content [:tab]))
"apply" "5bZdOSO9KmARsNwFDj67Qg"
"grievences" "2Dld9Iw6XiZF412hIoOUH"
"resources" "1WE5w5eMGFhRjQXSTd4Ll7"
"pharmacy" "YtnfeGlyB7Msj4ImqLDNO"
"forms" "2ARljtDZ5o64T6MMaDIIs2"
)}]