https://github.com/robinmoisson/filament-state-bug
A repro repo for the filament bug https://github.com/filamentphp/filament/issues/14852
https://github.com/robinmoisson/filament-state-bug
Last synced: about 1 month ago
JSON representation
A repro repo for the filament bug https://github.com/filamentphp/filament/issues/14852
- Host: GitHub
- URL: https://github.com/robinmoisson/filament-state-bug
- Owner: robinmoisson
- Created: 2025-03-23T08:51:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T08:58:33.000Z (11 months ago)
- Last Synced: 2025-03-23T09:34:44.381Z (11 months ago)
- Language: Blade
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A very minimal Laravel repro for the filament PHP bug https://github.com/filamentphp/filament/issues/14852
To test:
- composer install & npm install
- the sqlite DB is commited, so you can create an admin user, or use the default admin user admin@admin.org / pw: admin
- run `php artisan serve` & `npm run dev`
- go to localhost:8000/admin
- go to the list view of the User resource
- you'll see that "State call count" is equal to 3, while it should be 1
The relevant code is in `app/Filament/Resources/UserResource.php`