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)
5 Replies
u got any errors in the console log? share them if so
there are no any errors
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.also run composer update and check you are actually on the latest version
thnx, CTRL + SHIFT + R solved problem