Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component.createNode only replaces IDs of direct children #3

Open
LittleHelicase opened this issue Jan 14, 2017 · 0 comments
Open

Component.createNode only replaces IDs of direct children #3

LittleHelicase opened this issue Jan 14, 2017 · 0 comments

Comments

@LittleHelicase
Copy link
Member

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant