This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-10-24
Channels
- # aleph (1)
- # babashka (2)
- # beginners (25)
- # calva (5)
- # cider (8)
- # cljdoc (4)
- # clojure (81)
- # clojure-europe (41)
- # clojure-spec (11)
- # clojurescript (7)
- # conjure (1)
- # data-science (1)
- # datomic (25)
- # defnpodcast (3)
- # events (2)
- # figwheel-main (8)
- # fulcro (5)
- # helix (4)
- # hugsql (1)
- # java (2)
- # off-topic (35)
- # onyx (18)
- # pathom (8)
- # rdf (5)
- # re-frame (9)
- # reagent (3)
- # reitit (1)
- # shadow-cljs (39)
- # tools-deps (53)
- # xtdb (23)
Just using the latest Fulcro Inspect Electron app. https://github.com/fulcrologic/fulcro-inspect/releases/tag/electron-3.0.0-RC2. Works fine but some of my ids are 'UNSUPPORTED VALUE'. I believe these values should be Fulcro TempIds.
Fixed in source, I think...I released the chrome version, but probably forget tupdate that one
I'm trying to append two vecs in pre-merge, like the :page/items in {:page/id 1 :page/items [[:item/id 1]]}. As the incoming data-tree is a denormalized map to be merged with the current-normalized, how do I concat the two :page/items together if one is normalized and the other is not? denormalize the old data or normalize the new data?