Replies: 1 comment
-
I have the same issue. Had to insert a temporary block with mock ID just to keep it from crashing my backend due to no ID |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The code as below:
export function PlateEditor(props: PlateEditorProps) {
const tmpEditor = createPlateEditor({ plugins });
}
I want to recovery the html code which genererate by PlateEditor last time and stored in the database. It works well when I initial the component, however, the trouble encountered when I input the first character, the initial value was removed automatically, I am confusion about that, anyone here can guide me? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions