You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dotnet/aspnetcore#12800 we changed the way <Router> is used. It now takes different parameters and generally follows different patterns. This is to make it much more flexible and decoupled from other parts of the system.
Anywhere that <Router> is used in docs/samples will need updating.
The text was updated successfully, but these errors were encountered:
In dotnet/aspnetcore#12800 we changed the way
<Router>
is used. It now takes different parameters and generally follows different patterns. This is to make it much more flexible and decoupled from other parts of the system.Anywhere that
<Router>
is used in docs/samples will need updating.The text was updated successfully, but these errors were encountered: