We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82db52f commit a586b7fCopy full SHA for a586b7f
src/Components/Components/src/Routing/Router.cs
@@ -18,7 +18,6 @@ namespace Microsoft.AspNetCore.Components.Routing;
18
/// <summary>
19
/// A component that supplies route data corresponding to the current navigation state.
20
/// </summary>
21
-[StreamRendering]
22
public partial class Router : IComponent, IHandleAfterRender, IDisposable
23
{
24
// Dictionary is intentionally used instead of ReadOnlyDictionary to reduce Blazor size
0 commit comments