Uncaught TypeError: Cannot read properties of undefined (reading 'Extension')
at eval (tiptap-markdown.umd.js:11:1)
at eval (tiptap-markdown.umd.js:2:1)
at eval (tiptap-markdown.umd.js:3:2)
at ../../node_modules/tiptap-markdown/dist/tiptap-markdown.umd.js (index.js:58159:1)
at __webpack_require__ (index.js:58419:33)
at fn (index.js:58671:21)
at eval (extensions.cjs:2:1844)
at ../../node_modules/novel/dist/extensions.cjs (index.js:55674:1)
at __webpack_require__ (index.js:58419:33)
at fn (index.js:58671:21)
Uncaught TypeError: (0 , k.default) is not a function
at W (index.cjs:2:1638)
at renderWithHooks (react-dom.development.js:16305:1)
at mountIndeterminateComponent (react-dom.development.js:20074:1)
at beginWork (react-dom.development.js:21587:1)
at HTMLUnknownElement.callCallback (react-dom.development.js:4164:1)
at Object.invokeGuardedCallbackDev (react-dom.development.js:4213:1)
at invokeGuardedCallback (react-dom.development.js:4277:1)
at beginWork$1 (react-dom.development.js:27451:1)
at performUnitOfWork (react-dom.development.js:26560:1)
at workLoopSync (react-dom.development.js:26466:1)
From other bugs it seems that "moduleResolution": "Bundler", is required, but I don't want to switch from my current setup:
Provide environment information
Describe the bug
I am trying to use this package with:
but get:
If I then change to:
I get:
From other bugs it seems that
"moduleResolution": "Bundler",
is required, but I don't want to switch from my current setup:Could we add an example of how to use this library if you have
"moduleResolution": "node",
?Link to reproduction
N/A
To reproduce
See above.
Additional information
Thank you!