larrymyers / react-mini-router

A minimal URL router for React.js
MIT License
282 stars 34 forks source link

navigate('/foo', true) does not disable routing #77

Closed caulfield2 closed 2 years ago

caulfield2 commented 4 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.