Removal of component attribute isn't honored after hot reload #31582
Labels
area-blazor
Includes: Blazor, Razor Components
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Repro steps:
"hotReloadProfile": "blazorwasm"
dotnet watch
IncrementAmount
parameterCounter
to the home page:<Counter IncrementAmount="10" />
IncrementAmount
attributeExpected: Counter increments by 1
Actual: Hot reload succeeded, but the Counter still increments by 10.
.NET SDK: 6.0.100-preview.3.21202.5
The text was updated successfully, but these errors were encountered: