Is there a way to hook into the router's match (client)?
Is there a way to hook into the router (client-side) to override
router.location
in the <Routes>
component? I want to alter the matched route that I rewrote on the server using a middleware.
2 Replies