#React Router V7 Cloudflare template type { Route } issues

1 messages · Page 1 of 1 (latest)

upbeat star
#

I imported this template from https://github.com/remix-run/react-router-templates/tree/main/cloudflare . After installing npm install it keeps showing me this error. project runs everything fine. but this error does not change..
import type { Route } from "./+types/root"; Cannot find module './+types/root' or its corresponding type declarations.ts(2307) ⚠ Error (TS2307) | Cannot find module or its corresponding type declarations.

GitHub

Contribute to remix-run/react-router-templates development by creating an account on GitHub.

upbeat star
#

after starting npm run dev it fades away.