RichEditor doesn't allow put content in the custom livewire component

Hello everyone, I'm trying to use RichEditor in my custom Livewire component, but it doesn't allow me to insert content inside (it doesn't work the same both inside Repeater and without)
No description
5 Replies
ericmp
ericmp12mo ago
u got any errors in the console log? share them if so
fordiquez
fordiquezOP12mo ago
there are no any errors
Filament
Filament12mo ago
Please run php artisan filament:upgrade, recompile any frontend assets you may have, clear your browser cache, and delete the /resources/views/vendor directory if it exists. If the problem still persists, please reply to this message and let us know.
Dan Harrin
Dan Harrin12mo ago
also run composer update and check you are actually on the latest version
fordiquez
fordiquezOP12mo ago
thnx, CTRL + SHIFT + R solved problem

Did you find this page helpful?