Switching Between Tabs Returns Schema Containter Initialization Issue
Dears, I have upgraded from laravel 10 to laravel 12 and it was a quite of an upgrade!
So I have faced an issue inside a resource where switching between tabs resulting in initialization issue (Find attached callstack)
The issue appears when:
1. In currently problamtic, go to previously problematic
2. Go back again to currently problematic
3. Boom!
Current Versions
- Filament Version: 4.0.15
- Laravel Framework 12.28.1

4 Replies
Listing.php
I noticed the tab query parameter does not change or added ?
Alright, I solved the issue. It seems the way of injecting properties inside modifyQueryUsing has been changed (not sure) but If any of the devs have clear reasoning. Please do.
Thanks
Solution