We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have set up two components as follows:
public function setUp(): array { return [ PowerGrid::header(), PowerGrid::footer() ->pageName('ovdpage') ->showPerPage() ->showRecordCount(), ]; }
public function setUp(): array { return [ PowerGrid::header(), PowerGrid::footer() ->pageName('retpage') ->showPerPage() ->showRecordCount(), ]; }
However, the components still both display 'page' as the querystring parameter, resulting in conflict between the 2 components.
Laravel 11.41 Livewire 3.5.19, Power-components v6.1.12 PHP 8.3
The text was updated successfully, but these errors were encountered:
I didn't have this problem. can you record a video?
Sorry, something went wrong.
No branches or pull requests
Have set up two components as follows:
However, the components still both display 'page' as the querystring parameter, resulting in conflict between the 2 components.
Laravel 11.41 Livewire 3.5.19, Power-components v6.1.12 PHP 8.3
The text was updated successfully, but these errors were encountered: