Two React Router v6→v7 migration warnings appear on every load:
v7_startTransition — state updates not wrapped in React.startTransition
v7_relativeSplatPath — relative route resolution changing in v7
Fix: Add future flags to the Router:
<BrowserRouter future={{ v7_startTransition: true, v7_relativeSplatPath: true }}>
Low priority — warnings only, no functional impact.
Two React Router v6→v7 migration warnings appear on every load:
v7_startTransition— state updates not wrapped in React.startTransitionv7_relativeSplatPath— relative route resolution changing in v7Fix: Add future flags to the Router:
Low priority — warnings only, no functional impact.