-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blazor WebAssembly: Hot reload does not do any UI changes on macOS 11.7 (Apple M1) - .NET 6.0 Preview 7 #35524
Comments
Further observations: There is also a brief gray popup... cannot read what it says, though. Then, on the second change in the same file, there is an error. In the browser:
In the server console:
|
BTW: the same counts for a hosted Blazor WASM project. |
Maybe this is related? dotnet/runtime#57643 |
This is probably #34446 and dotnet/runtime#51126 (comment) It's not dotnet/runtime#57643 because the content of Index.razor is rendered when the app first loads, so the method has already been executed once. |
Just wanted to add: the change I did to test things was adding something like 'aaa' to the |
FYI: |
Thanks for confirming, @ChristianWeyer. |
Platform:
arch
in Terminal: i386Sample:
dotnet new blazorwasm
dotnet watch --verbose
Expected result:
Actual result:
I saw this: #31947 - but it says it should have been fixed.
The text was updated successfully, but these errors were encountered: