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
* The BlockNoteEditor from your installed version of BlockNote.
34
-
* If you see an error like:
35
-
* ```
36
-
* Property 'options' is protected but type 'BlockNoteEditor<BSchema, ISchema, SSchema>' is not a class derived from 'BlockNoteEditor<BSchema, ISchema, SSchema>'.
37
-
* ```
38
-
* You can pass your own BlockNoteEditor version here.
39
-
* This is a workaround for the types of your editor not matching the editor
40
-
* version used by prosemirror-sync.
22
+
* @deprecated Do `useBlockNoteSync<BlockNoteEditor>` instead.
* Property 'options' is protected but type 'BlockNoteEditor<BSchema, ISchema, SSchema>' is not a class derived from 'BlockNoteEditor<BSchema, ISchema, SSchema>'.
40
+
* ```
41
+
* You can pass your own BlockNoteEditor like:
42
+
* ```tsx
43
+
* import { BlockNoteEditor } from "@blocknote/core";
0 commit comments