Closed AlexisSerneels closed 6 months ago
Try running php artisan filament:assets
you might not be serving the updated js file.
Hi.
That is the first thing I did. (seeing your other comment)
I’ll send you a reproduction repo in a few days if needed.
Yes, please send a reproduction repo. That would help.
Filament Version
v.3.2.70
Plugin Version
v.3.3.2
PHP Version
PHP 8.2
Problem description
Since this release : https://github.com/awcodes/filament-tiptap-editor/releases/tag/v3.3.0,
this.editor() is underfined
is returned when trying to insert a link, or add a media, etc. This happens for me when using the editor with an Modal from a RelationManager.Reverting to v3.2.27 fixes the issue.
Expected behavior
We expect to be able to insert an image
Steps to reproduce
Reproduction repository
No response
Relevant log output
No response