Xeno
Explore posts from serversDTDrizzle Team
•Created by Xeno on 4/5/2024 in #help
TypeScript error in monorepo suddenly appearing
I have the following Drizzle statement:
Which has started giving me this TS error for the arguments passed to the
eq
functions:
I have a db
package and an app
package. Both are using the same version of Drizzle (0.30.7)
Can someone please help me work out what is causing this?1 replies