New chat started from template tiptap basic editor
The code returns the following error:
The "@tiptap/react" module does not provide an export named "FloatingMenu".
Revise the code to address the error.
I was previewing: /
I've fixed the FloatingMenu import error by removing the dependency on the non-existent @tiptap/react FloatingMenu component and implementing a custom positioning solution. The menu now uses absolute positioning with coordinates calculated from the editor's cursor position, and it updates dynamically when you type "/" to show the command palette.
i'm getting another error, The "@tiptap/react" module does not provide an export named "BubbleMenu", i think it really has to do with, a tiptap version or something maybe we have to revert or something