mrblahblahmeowM
Convex Community2y ago
12 replies
mrblahblahmeow

Typescript error

Hey all, I keep getting this error:

To ignore failing typecheck, use --typecheck=disable.
convex/providers/convex-client-provider.tsx:9:25 - error TS2307: Cannot find module '@/components/auth/loading' or its corresponding type declarations.

9 import { Loading } from "@/components/auth/loading"; // Loading component
~~~~~~~

Found 1 error in convex/providers/convex-client-provider.tsx:9

The file path is correct and Convex wont seem to recognize my schema until I resolve this error. Any idea what to do?
Was this page helpful?