-
Notifications
You must be signed in to change notification settings - Fork 257
Closed
Description
If I change value to something new, it's not reflected in the UI (nothing changes). After some debugging I think the culprit is this line: https://github.com/JedWatson/react-codemirror/blob/master/lib/Codemirror.js#L46
Because of that, the nextProps.value !== this.props.value equality is always false on line 68, because this.props.value has already been updated.
inoas and lin-credible
Metadata
Metadata
Assignees
Labels
No labels