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 be37a7c commit 9ee3402Copy full SHA for 9ee3402
src/Components/Components/test/Routing/RouterTest.cs
@@ -209,8 +209,6 @@ internal class TestNavigationManager : NavigationManager
209
public TestNavigationManager() =>
210
Initialize("https://www.example.com/subdir/", "https://www.example.com/subdir/jan");
211
212
- protected override void NavigateToCore(string uri, bool forceLoad, bool replace) => throw new NotImplementedException();
213
-
214
public void NotifyLocationChanged(string uri, bool intercepted)
215
{
216
Uri = uri;
0 commit comments