Skip to content

Commit d430465

Browse files
committed
add linker bug in docs
1 parent 707b955 commit d430465

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Configuring-Lazy-Loading-@-WebAssembly.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ The recommendation here would be something like this, but you might need to adap
4747

4848
Done! Lazy Loading is now configured 😄
4949

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)
51+
5052
# LazyLoadingOptions
5153

5254
* #### ModuleHints

0 commit comments

Comments
 (0)