Marlon Mantilla Martinez

Results 5 comments of Marlon Mantilla Martinez

Hey guys having this issue is anyone else getting this ?

I'm getting the same issue, and when i use `EditorState.moveSelectionToEnd` the cursor is always moved to the last when editing, so it's not possible to move the cursor back and...

What i'm trying to achieve is to have a controlled editor but in my case i need the content to be changed on `componentWillReceiveProps`: ``` componentWillReceiveProps (nextProps) { const nextValue...

@KipariS i've found that issues are caused by `componentWillReceiveProps` (since it's an anti pattern anyway more info [here](https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html#recommendation-fully-uncontrolled-component-with-a-key) ) and ended up moving things to the constructor instead and using...

Hi @91sticker can you please show how did you handle to store the data manually ? I may be getting the same issue here.