Toasts not showing #13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For some reason, informational toasts are not showing any more. This may be related to pre-rendering, as
IToastServiceis part of Blazor's DI. Fix this before 1.0.See if we can render the
BlazoredToastscomponent conditionally, based on whetherIToastServiceisnull; possibly, this may need to go inOnInitializedAsyncand be controlled by a flag in the main component.Finally figured this out; code is pending commit, and I submitted a documentation update request for the Blazored Toast project.
Fixed in 0.9.1.