You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In laravel you can setPageName on a paginated query so you can have multiple paginations on one page without collision.
But Livewire doesn't respect the set name and uses page for all paginated queries.