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?
Pre merge should return tree, but not sure that's the right place for that kind of manipulation
Why not use data targeting???