Has anyone managed to get the TipTap Pro extensions working with Filament's Rich Editor?
I've just gone through trying to get the AI and Commenting extensions set up (using the steps from both Filament and Tiptap's docs to set it up as a plugin for the Rich Editor), and while it partially seems to work I also end up getting an error whenever I try to load one of the official extensions which breaks the editor.
rich-editor.jsUncaught (in promise) TypeError: Cannot read properties of undefined (reading 'localsInner')
rich-editor.jsUncaught (in promise) TypeError: Cannot read properties of undefined (reading 'localsInner')
I can share more of the boilerplate plugin code if wanted