Toasts not showing #13

Closed
opened 2021-02-06 22:52:03 +00:00 by danieljsummers · 3 comments
danieljsummers commented 2021-02-06 22:52:03 +00:00 (Migrated from github.com)

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.

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.
danieljsummers commented 2021-02-08 18:11:08 +00:00 (Migrated from github.com)

See if we can render the BlazoredToasts component conditionally, based on whether IToastService is null; possibly, this may need to go in OnInitializedAsync and be controlled by a flag in the main component.

See if we can render the `BlazoredToasts` component conditionally, based on whether `IToastService` is `null`; possibly, this may need to go in `OnInitializedAsync` and be controlled by a flag in the main component.
danieljsummers commented 2021-03-16 15:33:41 +00:00 (Migrated from github.com)

Finally figured this out; code is pending commit, and I submitted a documentation update request for the Blazored Toast project.

Finally figured this out; code is pending commit, and I submitted a [documentation update request for the Blazored Toast project](https://github.com/Blazored/Toast/issues/110).
danieljsummers commented 2021-03-17 00:19:54 +00:00 (Migrated from github.com)

Fixed in 0.9.1.

Fixed in 0.9.1.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bit-badger/jobs-jobs-jobs#13
No description provided.