From LexicalNode[] to string on editorState #2799
Replies: 1 comment 3 replies
-
|
The editor state update is asynchronous |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm migrating from HTML to lexical string state to store in the database. For this case, I'm approaching as described in the documentation.
The problem is that the response is an empty root element
What could be missing? is the editor.update asynchronous?
Beta Was this translation helpful? Give feedback.
All reactions