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?0 Replies