Description
Package
filament/filament
Package Version
v3.2.135
Laravel Version
v11.39
Livewire Version
v3.5.12
PHP Version
PHP 8.3
Problem description
Problem in Filament admin panel version 3.2.131 onwards
If you were using an old version and updated your project to versions higher than 3.2.130 and encountered the problem of the page turning black when using search or display or delete
Your problem is in the compatibility of LiveWire version 3.5.12 with Filament
First, delete the composer.lock file, then reinstall LiveWire manually
I don't think this problem exists in new installed versions of Filament and it occurs in old versions that are updated
Also, you may not see this in the local environment because the LiveWire source may be cached in your browser from other projects, but in the server environment you will probably encounter this problem, so reinstall the LiveWire version
Expected behavior
Show page models during update
Steps to reproduce
First, delete the composer.lock file, then reinstall LiveWire manually
I don't think this problem exists in new installed versions of Filament and it occurs in old versions that are updated
Also, you may not see this in the local environment because the LiveWire source may be cached in your browser from other projects, but in the server environment you will probably encounter this problem, so reinstall the LiveWire version
Reproduction repository (issue will be closed if this is not valid)
https://github.com/livewire/livewire/
Relevant log output
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done