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
When registering a table extension for Tiptap, multiple errors occur, potentially due to mismatched versions of prosemirror-view, as discussed here. The Flux documentation should specify the exact versions of Tiptap and its extensions being used or ideally, include a package-lock.json file so developers can ensure proper version alignment.
The documentation provides an example of installing @tiptap/extension-youtube at version 2.11.7. I attempted to install the tables plugin at the same version and manually override prosemirror-view to version 1.37.0, but the issues persisted.
Flux version
v2.2.1
Livewire version
v3.6.3
Tailwind version
v4.1.11
Browser and Operating System
Chrome on MacOS
What is the problem?
When registering a table extension for Tiptap, multiple errors occur, potentially due to mismatched versions of
prosemirror-view, as discussed here. The Flux documentation should specify the exact versions of Tiptap and its extensions being used or ideally, include apackage-lock.jsonfile so developers can ensure proper version alignment.The documentation provides an example of installing
@tiptap/extension-youtubeat version2.11.7. I attempted to install the tables plugin at the same version and manually overrideprosemirror-viewto version1.37.0, but the issues persisted.Code snippets to replicate the problem
Screenshots/ screen recordings of the problem
This is a simple example which adds a table.
Screen.Recording.2025-07-11.at.14.33.07.mov
How do you expect it to work?
The Tiptap itself should not throw any errors.
Please confirm (incomplete submissions will not be addressed)