Since update to v2.17.39 - weird filter behavior
I have upgraded from v2.17.38 to v2.17.39 today and now, when I go to a resource index page, it redirects me to a filtered page (with no entries). Clearing the filter over the filter icon fix this, but if I CTRL+R the page, I get redirected back.
After downgrad with
composer require filament/filament "v2.17.38" -W
everyting is fine again?3 Replies
can you remove the date filters and try again
i think its a date picker problem instead of a filter problem
I ran into the same problem. It’s loading dates into the filter on load. Debugging
Just saw the revert
.40 fixes. Thanks
Same here. .40 fixed the issue. It was caused by the date filters, as you mentioned. Thanks!