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
After installing (self-hosted > community version), when running yarn dev:
$ vite --mode development
VITE v5.4.14 ready in 200 ms
➜ Local: http://localhost:5173/
➜ Network: use --host to expose
➜ press h + enter to show help
✘ [ERROR] No matching export in "node_modules/@tiptap/pm/view/dist/index.js" for import "__serializeForClipboard"
node_modules/@firecms/editor/dist/index.es.js:33:71:
33 │ ...on as Decoration$1, __serializeForClipboard } from "@tiptap/pm...
With the recent update to prosemirror-view (commit [29f4053](https://github.com/ProseMirror/prosemirror-view/commit/29f4053d228b031d1b029c8e11998b52a96ea047)), the __serializeForClipboard method was removed from the module exports. This change breaks functionality in our project, specifically where we import __serializeForClipboard from the @tiptap/pm/view package.
The text was updated successfully, but these errors were encountered:
nathanbenhamou
changed the title
No matching export for import "__serializeForClipboard"
Issue when installing: No matching export for import "__serializeForClipboard"
Mar 20, 2025
Hello,
After installing (self-hosted > community version), when running
yarn dev
:As mentioned in this issue,
With the recent update to prosemirror-view (commit [29f4053](https://github.com/ProseMirror/prosemirror-view/commit/29f4053d228b031d1b029c8e11998b52a96ea047)), the __serializeForClipboard method was removed from the module exports. This change breaks functionality in our project, specifically where we import __serializeForClipboard from the @tiptap/pm/view package.
The text was updated successfully, but these errors were encountered: