Is your feature request related to a problem? Please describe the problem. I’m creating Razor components from code by inheriting from ComponentBase. This approach allows me to set attributes like ...
I noticed something weird for release builds in Blazor WASM .net10-rc1 published apps. First lets see what happens on net9.0. In net9.0 if you publish an Blazor WASM app, the app will load on the very ...