Closed cnpap closed 1 hour ago
Please provide the exact Filament and Livewire version. php artisan about
I've installed Livewire and updated the version info on the issue
Livewire is currently broken, and you have the broken version installed. This is because Filament is set to "filament/filament": "3.2",
instead of "filament/filament": "^3.2",
. Change this and update Composer to receive the latest Filament version and downgrade Livewire off the version that is broken.
okok, problem solved.
Package
filament/filament
Package Version
3.2
Laravel Version
^10.10
Livewire Version
^3.5
PHP Version
8.1
Problem description
When I do an arbitrary search, there is a black modal box that covers the page before refreshing, the search takes effect, but the black popup doesn't close.
Expected behavior
Refresh the form data after searching, but don't have pop-ups!
Steps to reproduce
I've fully patched migration and seed, and the sample project helps us to easily reproduce the problem.
Reproduction repository (issue will be closed if this is not valid)
https://github.com/cnpap/yujian-admin
Relevant log output
No response
Donate 💰 to fund this issue