Skip to content

editorState is not updated when new props are received #4

@vitosamson

Description

@vitosamson

if the json is updated outside of the editor component, the internal editor state does not get updated because componentWillReceiveProps is not implemented. this will need to be implemented in a way that preserves the current undo/redo stack, which would get overwritten if the editor state was just replaced in willReceiveProps.

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