Warning: You need to pass an instance of Client:
I'm getting this warning as described here: https://orm.drizzle.team/docs/latest-releases/drizzle-orm-v0294
Using drizzle-orm 0.31.4.
But I'm already using a client instance:
Warning:
Drizzle ORM - DrizzleORM v0.29.4 release
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
3 Replies
I modified the code and I'm still getting the same warning:
any ideas?
I get the same, did you find a solution?
getting the same thing, now drizzle throws an arbitrary error over this
console.log(client instanceof Client)
even outputs true
but by the time its passed down to driver.js
it no longer does