Skip to content

Typo in code example in documentation #63

@Adikso

Description

@Adikso

The documentation contains the following snippet:

// Example of ignoring a node
const manyChildren = new Container();
manyChildren.__devtoolsIgnore = true;
manyChildren.__devtoolsIgnoreChildren = true;

but the actual fields are called __devtoolIgnore and __devtoolIgnoreChildren (without s)

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