This repository was archived by the owner on Dec 26, 2025. It is now read-only.
Blazored.Toast does not work beginning from version 4.0.0 #260
Unanswered
DavidShochet
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Blazor server-side project (.Net 8), and I use Blazored.Toast to display messages. It used to work until I updated the package to the newest version. I noticed that the message boxes don't look nice anymore, rather, they look like simple alert messages:
I used a browser's developer tool, and found an error:
When I reverted to the old package version, it worked again. After trying various versions, I found out that the problem began with version 4.0.0.
Is there any fix for that, or any work around?
Beta Was this translation helpful? Give feedback.
All reactions