Package
filament/tables
Package Version
v4.3.1
Laravel Version
12.46.0
Livewire Version
v3.7.6
PHP Version
8.2
Problem description
When I apply Query builder filter on any column
Without entering anything in table column, click the edit action, the modal will appear. After closing the modal this error appears
Expected behavior
No error should appear.
Steps to reproduce
Go to to /products route, the filament table will appear, apply query builder filter on any column without entering any data in the input.
Now click on edit action action, the modal will appear, close the modal and this error will appear
Reproduction repository (issue will be closed if this is not valid)
https://github.com/Umair-exe/Filament-tables-query-builder-bug
Relevant log output