redux-first-history
redux-first-history copied to clipboard
Using redux first history with react router 6 RouterProvider
My application is using RouterProvider
to define the router. I was wondering how can use redux first history with RouterProvider?
Is RouterProvider (data router) not supported? That seems like a deal breaker.