We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c06050c commit fa30afbCopy full SHA for fa30afb
src/BootstrapBlazor/Components/BaseComponents/BootstrapBlazorRoot.razor
@@ -2,7 +2,8 @@
2
@namespace BootstrapBlazor.Components
3
4
<CascadingValue Value="this" IsFixed="true">
5
- <ErrorLogger EnableErrorLogger="_enableErrorLoggerValue" ShowToast="_showToast" ToastTitle="@ToastTitle" OnErrorHandleAsync="OnErrorHandleAsync!">
+ <ErrorLogger EnableErrorLogger="_enableErrorLoggerValue" ShowToast="_showToast" ToastTitle="@ToastTitle"
6
+ OnErrorHandleAsync="OnErrorHandleAsync">
7
@ChildContent
8
9
<Dialog></Dialog>
0 commit comments