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 24c026a commit 5a6d3eaCopy full SHA for 5a6d3ea
src/BootstrapBlazor/Extensions/JSModuleExtensions.cs
@@ -40,7 +40,7 @@ public static async Task<JSModule> LoadModule(this IJSRuntime jsRuntime, string
40
{
41
throw;
42
}
43
- return module ?? new JSModule(null);
+ return module;
44
45
46
/// <summary>
0 commit comments