-
-
Notifications
You must be signed in to change notification settings - Fork 533
New issue
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
[Bug]: No notifications show in Blazor 9 Web App (Server) #5913
Comments
It happens because you have Try this:
|
Thanks @stsrki. Out of curiosity, can you explain why it works that way? And what the recommend fix is? |
I could, but I'm not that good at explaining stuff :) Here is the article from Jon that did it quite well https://jonhilton.net/blazor-web-app-interactivity-choices/ |
Fair enough. Thanks and merry christmas. 🎄 |
Blazorise Version
1.7.1
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction or a simple code snippet
I cannot for the life of it get Notifications to work a Blazor 9 Server App. I don't see any exception in the Visual Studio debugger or in the browser console. But I don't see notifications either. I have created a small standalone demo to reproduce the problem by following these steps:
Blazor Web App
Template (.NET 9)Link to the Repro Repo: https://github.com/oliverw/BlazoriseWebApp
Steps to reproduce & bug description
I have created a small standalone demo to reproduce the problem by following these steps:
Blazor Web App
Template (.NET 9)What is expected?
See a snackbar upon clicking the button.
What is actually happening?
Nothing.
What browsers do you see the problem on?
Microsoft Edge, Chrome
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: