Description
What version of React Router are you using?
6.23.0
Steps to Reproduce
Install react-router-dom in a TS project, and attempt to compile the project.
Expected Behavior
The project compiles.
Actual Behavior
An error is raised during compilation:
node_modules/react-router-dom/server.d.ts:3:58 - error TS2307: Cannot find module './index' or its corresponding type declarations.
3 import type { FutureConfig, Location, RouteObject } from "./index";
~~~~~~~~~