Skip to content

_renderedChildren can get out of sync with DOM when render throws #1593

@sophiebits

Description

@sophiebits

ReactMultiChild doesn't properly handle errors that are thrown when rendering children; if one child throws then the other children being updated at the same time can have inconsistent values stored in _renderedChildren which can cause problems with future updates. It's unclear the best way to solve this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions