You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I managed to implement support for defaultValue, but there is still a bug whereby after the first keypress in the editor, the component seems to un-mount and re-mount again, resetting the content to empty.
Due to my lack of in-depth understanding of React, I'm finding this hard to solve. For some reason, the useEffect clean-up is being called after the first key press.
Describe the bug
Hello all, I need help
I can not set the default value in RichTextEditor in the React Component.
To Reproduce
Steps to reproduce the behavior:
<RichTextEditor
name="content"
readOnly={false}
defaultValue={
<p>hello</p>
}/>
The text was updated successfully, but these errors were encountered: