Replies: 1 comment
-
my fault had a value as children frame and loaded through actions deserialize |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you inspect query.getNodes() or query.getSerializedNodes() it appears there are two sets of the same nodes. One set is used by the ROOT node the other set is not. Then when you update only the set present on the ROOT node is updated.
Why is this? What is the purpose of the second set? Can you only get the active updated set? for example if I needed to iterate over all nodes and find a specific node by type I dont want to get back 2 entries.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions