11 Replies
I think there is an open issue on GitHub
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
markdown editor tho works fine.
is this fixed?
I'm facing this problem too
I'm using
"filament/filament": "3.0-stable"
how to fix it? updating the version?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
Yeah. You have the oldest version of filament v3. Run
composer update
Check composer version constraints. You fixed it to that single version. You need a ^ in front
Okay will try to update guys