### What version of React Router are you using? 6.7.0 ### Steps to Reproduce 1. Open https://codesandbox.io/s/react-router-6-7-0-hash-router-back-p0bztk - It uses `HashRouter` of react-router-dom@6.7.0. 2. Click the "Sub Page" link. 3. Press the "Back" button. ### Expected Behavior Navigates to the root page. ### Actual Behavior Doesn't navigate. It isn't reproduced when using react-router-dom@6.6.2.