Hey folks,
With react-router v7, it seems viewTransition is not compatible with <BrowserRouter>, but only with <RouterProvider> (and createBrowserRouter()).
Considering <BrowserRouter> is not deprecated in V7, it seems quite surprising that it's not compatible ?
Is it planned in the future ?
Or maybe the documentation could explain / say it's not compatible here :
https://reactrouter.com/how-to/view-transitions#basic-view-transition
?
and also here ?
https://reactrouter.com/start/library/navigating
I am using react-router 7 without file-based routing and no feature flags enabled.
Thanks in advance!