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
[21-Apr-2022 17:36:06 UTC] PHP Fatal error: An alias was defined for Livewire\WithPagination::getQueryString but this method does not exist in /backstate/src/Components/Livewire/Table/WithPagination.php on line 8
[21-Apr-2022 17:36:06 UTC] PHP Fatal error: An alias was defined for method getQueryString(), which exists in both TwentySixB\BackState\Components\Livewire\Table\WithPagination and TwentySixB\BackState\Components\Livewire\Table\WithFilteredSearch. Use TwentySixB\BackState\Components\Livewire\Table\WithPagination::getQueryString or TwentySixB\BackState\Components\Livewire\Table\WithFilteredSearch::getQueryString to resolve the ambiguity in /backstate/src/Components/Livewire/Table.php on line 12
It was possible to go around similar issues in PHP8 with Livewire 2.5.5 but there's no point. The Tables component needs refactoring.
The text was updated successfully, but these errors were encountered:
Running PHP8 and Livewire 2.10 breaks execution.
It was possible to go around similar issues in PHP8 with Livewire 2.5.5 but there's no point. The Tables component needs refactoring.
The text was updated successfully, but these errors were encountered: