Modern React Tutorial @ 32:00

I can't figure out how fix this error: Error: Cannot set properties of undefined (setting '1184') Adding this line: const posts = await db.query.posts.findMany(); Causes an error. Is this a Typescript related error? I'm relatively new to Typescript.
No description
1 Reply
Matvey
Matvey10mo ago
That's not a typescript error. TS errors are only in your IDE. Did you try restarting the dev server? Also can you share the full stacktrace?

Did you find this page helpful?