v3 Rich Editor disabled undefined value

No description
11 Replies
Dennis Koch
Dennis Koch2y ago
I think there is an open issue on GitHub
Matthew
Matthew2y ago
I raised this issue on github Im currently digging in the source code to find the problem This issue only exists in the ViewPage as far as I can tell
edwin
edwinOP2y ago
markdown editor tho works fine.
alfaruqrizqi18
is this fixed? I'm facing this problem too I'm using "filament/filament": "3.0-stable" how to fix it? updating the version?
Matthew
Matthew2y ago
AFAIK yes. It was a livewire bug. Something wrong in the blade file Which version do you have? You can check with php artisan about
Matthew
Matthew2y ago
Yeah. You have the oldest version of filament v3. Run composer update
Dennis Koch
Dennis Koch2y ago
Check composer version constraints. You fixed it to that single version. You need a ^ in front
alfaruqrizqi18
Okay will try to update guys

Did you find this page helpful?