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 prosemirror type declarations were changed so that Schema no longer appears as a type parameter in most types, such as EditorState<S>, NodeType<S>, MarkType<S>, etc.
I was relying extensively on these type arguments to make the document schema composable and to provide nice intellisense when custom schema extensions are used.
The text was updated successfully, but these errors were encountered:
the
prosemirror
type declarations were changed so thatSchema
no longer appears as a type parameter in most types, such asEditorState<S>
,NodeType<S>
,MarkType<S>
, etc.I was relying extensively on these type arguments to make the document schema composable and to provide nice intellisense when custom schema extensions are used.
The text was updated successfully, but these errors were encountered: