-
Notifications
You must be signed in to change notification settings - Fork 178
Description
I’m encountering an issue with the table extension in Tiptap when using the strict mode validator. When I add a basic table to the editor's content, the validator seems to reject it, and the table is not rendered properly. However, when the validator is disabled, the table renders correctly in the editor.
- Steps to Reproduce:
Enable strict mode for the validator in Tiptap.
Add a basic table to the editor's content.
Observe that the table is not rendered or validated correctly.
Disable the validator and add the same table content.
Observe that the table renders correctly.
-
Expected Behavior:
The table should be validated and rendered correctly in strict mode, just as it is when the validator is disabled. -
Actual Behavior:
The table is not rendered or validated properly in strict mode, but it works fine when the validator is disabled.
tiptap version : 2.11.5
prosemirror table version : 1.6.3