Skip to content

Component.createNode only replaces IDs of direct children #3

Description

@LittleHelicase

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions