Daniel Soto
Daniel Soto
> componentWillReceiveProps(nextProps) { const { value } = nextProps if (!this.props.value && value) { this.setState({ editorState: this.getCreatedEditorState(value) }) } } I'm also having this issue and no way to resolve,...
For anyone encountering this issue, even with the above solution I had an error `Cannot find module ......./example/node_modules/react-scripts/config/webpack.config'` I noticed the **react-scripts** version installed with this library is too old,...
@jpuri I ended up wrapping the modals and overriding their style to properly position them, I wanted to contribute to the repo by adding the fix but didn't understand the...