Ayoub JAMOUHI

Results 1 comments of Ayoub JAMOUHI

> I solved it by changing `editorState` with `defaultEditorState` > > ``` > defaultEditorState={editorState} > wrapperClassName="___editor__wrapper" > toolbarClassName={cx('___editor__toolbar', { focused })} > editorClassName={cx('___editor__content', 'form-control', { focused })} > onEditorStateChange={this.onEditorStateChange} >...