Fork me on GitHub
#fulcro
<
2020-10-24
>
cjmurphy00:10:06

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.

tony.kay03:10:38

Fixed in source, I think...I released the chrome version, but probably forget tupdate that one

nivekuil01:10:49

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?

tony.kay03:10:03

Pre merge should return tree, but not sure that's the right place for that kind of manipulation

tony.kay03:10:30

Why not use data targeting???