[Bug]: TypeError: Cannot read properties of undefined (reading 'isDestroyed') #5881
Closed
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
Version(s)
2.10.3
Bug Description
this issue occurs when blocknote and tiptap is launched with typescript and nextjs it seems to be a problem of tiptap/core reading a value of undefined. the call stack points that the error occured at tiptap/core. here is the error : Unhandled Runtime Error
TypeError: Cannot read properties of undefined (reading 'isDestroyed')
Call Stack
_e.createNodeViews
node_modules/@tiptap/core/dist/index.js (4548:1)
eval
node_modules/@blocknote/react/dist/blocknote-react.js (2517:1)
Browser Used
Chrome
Code Example URL
No response
Expected Behavior
the editor to work perfectly fine.
Additional Context (Optional)
No response
Dependency Updates
The text was updated successfully, but these errors were encountered: