You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get typing error:
-Cannot find module 'react-router' or its corresponding type declarations.ts(2307)
-Cannot find module '@react-router/dev/routes' or its corresponding type declarations.ts(2307)
when I import:
import { Outlet, Scripts, ScrollRestoration } from "react-router";
import { index } from "@react-router/dev/routes";
What version of React Router are you using?
v7
Steps to Reproduce
Expected Behavior
no typing error
Actual Behavior
I get typing error:
-
Cannot find module 'react-router' or its corresponding type declarations.ts(2307)
-
Cannot find module '@react-router/dev/routes' or its corresponding type declarations.ts(2307)
when I import:
if I add:
everything works fine.
here my full
tsconfig.json
The text was updated successfully, but these errors were encountered: