Closed
Description
What version of React Router are you using?
7
Steps to Reproduce
Use navigator API somewhere in your code.
Expected Behavior
The browser native types are working.
Actual Behavior
Types do not work, Navigator types are overriden by react-router. In v6 there were no clashing types. Do not override global types!
The code causing this:
react-router/packages/react-router/lib/dom/ssr/fog-of-war.ts
Lines 11 to 15 in a072d94
Screenshots:

