Parameter menuContent is too strictly typed #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The type definition for the parameter references the implementing class not the interface.
github.com/ProseMirror/prosemirror-example-setup@c3ac29c599/src/index.ts (L58-L70)If you look at the implementation it passes the
menuContent, or if not set the the generated menu.The generated menu is typed less strictly:
github.com/ProseMirror/prosemirror-example-setup@c3ac29c599/src/menu.ts (L167)