Error updating a record
I'm getting an error
typescript: Cannot find name 'buildings'. Did you mean 'buildingId'? [2552]
when trying to update an item
I'm using nextjs13 app directory and this code is in a form action
What could be the issue3 Replies
if the typescript error is referring to the line where you're trying to do
.update(buildings)
could it be that you are not importing your buildings tableNo I'm not..but I imported
* as schema from "@drizzle/schema"
Importing buildings instead worked...thank you so muchno problem happy to help 🙂