-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Open
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-hot-reloadThis issue is related to the Hot Reload feaatureThis issue is related to the Hot Reload feaatureinvestigate
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
dotnet watch with a bare bones Blazor SSR project shows a gray overlay after detecting CSS changes. It appears to be an overlay for an error message, but no message is displayed.
Oddly enough, the change that prompted the hot reload (and subsequent ones) are displayed, which suggests that hot reload is still functional. Following this Reddit post, I tried to hack out the overlay and found I could continue working normally, but I'd like to be able to see hot reload error messages.
Expected Behavior
No overlay shown.
Steps To Reproduce
- Clone https://github.com/mattgreen/blazor-hot-reload-issue
dotnet watch- Open the page in a browser
- In app.css, edit the
mattclass'font-familyproperty to something like Monaco - This may trigger the screen. If not, try changing it again to a different font.
Exceptions (if any)
No response
.NET Version
10.0.100
Anything else?
No response
rogihee, eldo-xy, BlueManiac and phil-scott-78
Metadata
Metadata
Assignees
Labels
area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsfeature-hot-reloadThis issue is related to the Hot Reload feaatureThis issue is related to the Hot Reload feaatureinvestigate