You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fresh install with vue/laravel/inertia, I have following the docs
npm install --save element-tiptap
in browser console: Uncaught (in promise) SyntaxError: The requested module '/node_modules/.vite/deps/element-tiptap.js?v=f772aedb' does not provide an export named 'Doc'
Fresh install with vue/laravel/inertia, I have following the docs
npm install --save element-tiptap
in browser console:
Uncaught (in promise) SyntaxError: The requested module '/node_modules/.vite/deps/element-tiptap.js?v=f772aedb' does not provide an export named 'Doc'
Are there any other instructions hanging around?
I've spend about 2 hours on it.
If I remove Doc, other imports seem to be found.
Looks real fun, I want to use this.
The text was updated successfully, but these errors were encountered: