© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•5mo ago•
10 replies
lukaveck1

RichEditor not working after update to Filament V4

I'm using standard RichEditor and after updating everything from Filament V3 to Filament V4 I'm getting this error in console when I open modal with RichEditor inside and my content doesn't get pasted in, any ideas?

Not sure where to even begin figuring this one out.

->schema([
                TextInput::make('name')
                    ->required()
                    ->maxLength(255),
                RichEditor::make('content')
                    ->required()
                    ->label('Test Editor')
->schema([
                TextInput::make('name')
                    ->required()
                    ->maxLength(255),
                RichEditor::make('content')
                    ->required()
                    ->label('Test Editor')
Posnetek_zaslona_20250923_ob_15.42.49.png
Solution
I did solve it, but no idea why. I went to another branch to fix something, went back to the branch where I'm updating to filament v4 and then ran composer update, npm install, npm run build and npm run dev again and now it works.
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

RichEditor in v4 not working!
FilamentFFilament / ❓┊help
6mo ago
defaultImageUrl not working after upgrade to v4
FilamentFFilament / ❓┊help
6mo ago
Video embed and filepicker in richeditor filament v4
FilamentFFilament / ❓┊help
4mo ago
RepeatableEntry Actions Not Working in Filament v4 ❌
FilamentFFilament / ❓┊help
5mo ago