You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Configuring-Lazy-Loading-@-WebAssembly.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ The recommendation here would be something like this, but you might need to adap
47
47
48
48
Done! Lazy Loading is now configured 😄
49
49
50
+
> Due to a bug in Blazor's linker, the user assemblies will be downloaded as part of the boot but not in memory. The library handles this case gracefully so it shouldn't be a problem until the linker gets fixed. [More info...](https://github.com/isc30/blazor-lazy-loading/issues/60)
0 commit comments