codex-team / codex-team/editor.js
editor.render() not working properly with React Hooks
- Dominant language
- TypeScript
- Stars
- 31.9k
- Forks
- 2.2k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 1
Description
### 1) Code Using React State

### Output Of editor.render()

####The data after the database call is going in another line. Also, the editor is working differently when using state. When I copy & paste the text, it's getting copied twice.
### 2) Code Without React State

### Output of editor.render()

It's working fine if I don't use states. But in actual code there is state involved
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.