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.
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.
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).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.