Closed caulfield2 closed 2 years ago
I may be using the router incorrectly or the documentation my not be up-to-date. When attempting to update the URL in the address bar using navigate('/foo', true);, routing still happens in App.jsx and I am navigated to /foo.
navigate('/foo', true);
/foo
I may be using the router incorrectly or the documentation my not be up-to-date. When attempting to update the URL in the address bar using
navigate('/foo', true);
, routing still happens in App.jsx and I am navigated to/foo
.