filament-forms-tinyeditor
filament-forms-tinyeditor copied to clipboard
[Bug]:
What happened?
I already have Filament installed. I installed TIneyEditor per instructions: composer require mohamedsabil83/filament-forms-tinyeditor
After installation, I added 'use Mohamedsabil83\FilamentFormsTinyeditor\Components\TinyEditor;' to my resource file. Then, in my form: TinyEditor::make('content')->simple()
Nothing renders. Inside Dev Console I see:
ncaught TypeError: i is not a constructor
at N1 (tinymce.min.js:9:342964)
at Tx.
How to reproduce the bug
Follow the steps I outlined above, with Filament v3.3.3
Package Version
2.4
PHP Version
8.3.10
Laravel Version
11.44.1
Which operating systems does with happen with?
Windows
Notes
No response