-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Open
Labels
Pillar: Dev ExperiencePriority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-hot-reloadThis issue is related to the Hot Reload feaatureThis issue is related to the Hot Reload feaaturetriaged
Milestone
Description
Repro steps:
- Create a new Blazor Web App with the default options
- Run the app
- In Counter.razor add
@page "/counter2"
- Apply the change to the running app using hot reload
- Try to browse to /counter2
Expected result: The Counter component renders when browsing to /counter2
Actual result: Browsing to /counter2 results in a 404
Workaround: Manually restart the app
vgallegob, AslanAmca and strong99
Metadata
Metadata
Assignees
Labels
Pillar: Dev ExperiencePriority:1Work that is critical for the release, but we could probably ship withoutWork that is critical for the release, but we could probably ship withoutarea-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor ComponentsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-hot-reloadThis issue is related to the Hot Reload feaatureThis issue is related to the Hot Reload feaaturetriaged