Package
filament/tables
Package Version
v3.3.45
Laravel Version
v12.42.0
Livewire Version
v3.7.1
PHP Version
8.3.22
Problem description
when i delete a record from a filament table i get this error in the screenshot below
i noticed the error first on an old filament 3 project and i created a fresh laravel project with a fresh filament 3 installation to confirm the problem and it happend also in the fresh project
Expected behavior
i expect the record to be deleted with no console errors
Steps to reproduce
- Clone the repo
- Migrate the database
- Create a filament user
- Run the seeders
- Login to the dashboard
- Go to the posts resource and open the browser console
- Delete a post from the filament table and you will see the browser console errors
Reproduction repository (issue will be closed if this is not valid)
https://github.com/tabatii/filament-bug
Relevant log output