Toasts not showing #13
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
infrastructure
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bit-badger/jobs-jobs-jobs#13
Loading…
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
IToastService
is part of Blazor's DI. Fix this before 1.0.See if we can render the
BlazoredToasts
component conditionally, based on whetherIToastService
isnull
; possibly, this may need to go inOnInitializedAsync
and 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.