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
5
Livewire
10
8
No response
If bannerStyle is warning, or anything other than succes or danger, 2 warning icons appears
return redirect()->back() ->with('flash', [ 'bannerStyle' => 'warning', 'banner' => 'Something went wrong' ]);
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Heya, thanks for reporting this one! Could you send in a PR for this?
PR was merged thanks.
No branches or pull requests
Jetstream Version
5
Jetstream Stack
Livewire
Laravel Version
10
PHP Version
8
Database Driver & Version
No response
Description
If bannerStyle is warning, or anything other than succes or danger, 2 warning icons appears
Steps To Reproduce
return redirect()->back()
->with('flash', [
'bannerStyle' => 'warning',
'banner' => 'Something went wrong'
]);
The text was updated successfully, but these errors were encountered: