You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a node from a component and a reference the nodes of the component get new IDs. This is done to avoid duplicate IDs when creating a component multiple times. Currently the implementation of Component.createNode in src/component.js only replaces the IDs of direct child nodes (i.e. children that are compound nodes get new IDs but not their child nodes).
The text was updated successfully, but these errors were encountered:
When creating a node from a component and a reference the nodes of the component get new IDs. This is done to avoid duplicate IDs when creating a component multiple times. Currently the implementation of
Component.createNode
insrc/component.js
only replaces the IDs of direct child nodes (i.e. children that are compound nodes get new IDs but not their child nodes).The text was updated successfully, but these errors were encountered: