What version of React Router are you using?
6.9.0
Steps to Reproduce
Render <Navigate to={-1} /> in StrictMode.
Expected Behavior
Window navigated to previous location in the history stack.
Actual Behavior
Window navigated to second to previous location in the history stack.