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.
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.
