Now whene a user clicks on an item it sets focus on the selected item without the weird reloading and scrolling up the list . Especially if the user contains a lot of elements he would have to scroll the the selected element manually.
MIT License
28
stars
2
forks
source link
[Bug]: Class "Filament\Support\Facades\FilamentAsset" not found #6
What happened?
By updating to 1.0.2, the serviceprovider includes a reference to
Filament\Support\Facades\FilamentAsset
, thereby introducing a bug on Filament v2.This facade was implemented for Filament v3 and is not present on v2. I reverted back to v1.0.1.
@ibrahimBougaoua you should tag this as a breaking change.
How to reproduce the bug
Use Filament v2 and v1.0.2 of this package
Package Version
1.0.2
PHP Version
8.2
Laravel Version
10
Which operating systems does with happen with?
Windows, Linux
Notes
No response