Skip to content

Commit a586b7f

Browse files
committed
Remove the streaming attribute.
1 parent 82db52f commit a586b7f

File tree

1 file changed

+0
-1
lines changed
  • src/Components/Components/src/Routing

1 file changed

+0
-1
lines changed

src/Components/Components/src/Routing/Router.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ namespace Microsoft.AspNetCore.Components.Routing;
1818
/// <summary>
1919
/// A component that supplies route data corresponding to the current navigation state.
2020
/// </summary>
21-
[StreamRendering]
2221
public partial class Router : IComponent, IHandleAfterRender, IDisposable
2322
{
2423
// Dictionary is intentionally used instead of ReadOnlyDictionary to reduce Blazor size

0 commit comments

Comments
 (0)