[Bug]: TypeError: Cannot read properties of undefined (reading 'addExtensions') #6084
Open
1 task done
Labels
Category: Open Source
The issue or pull reuqest is related to the open source packages of Tiptap.
Type: Bug
The issue or pullrequest is related to a bug
Affected Packages
core, html, extension-table, extension-document
Version(s)
2.11.5
Bug Description
My code:
/components/tiptap-editor/extensions/table.tsx
And I get this error consistently:
TypeError: Cannot read properties of undefined (reading 'addExtensions')
at Array.map ()
at Array.map ()
at block (lib/parse-document/block-mapping.ts:101:32)
at block (lib/parse-document/document-validation.ts:137:67)
at Array.map ()
at map (lib/parse-document/document-validation.ts:137:27)
at async parse (lib/parse-document/parse.ts:118:57)
at async handler (webpack-internal:/(rsc)/app/api/document/parse/app/api/document/parse/route.ts:72:25)
99 |
100 | case DOCUMENT_BLOCK_TYPES.TABLE: {
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
I would just like this to output json for a table.
Additional Context (Optional)
I have tried importing like mentioned in this issue with no luck: #1580
Dependency Updates
The text was updated successfully, but these errors were encountered: