[email protected] with [email protected]
added drizzle-zod to my project and I am getting this error when starting the dev server
- error ./node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/drizzle-zod/index.mjs
Attempted import error: 'is' is not exported from 'drizzle-orm' (imported as 'n').
Import trace for requested module:
./node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/drizzle-zod/index.mjs
./drizzle/schema.ts
./app/page.tsx
am i doing something wrong?
3 Replies
upgrading drizzle-orm to 0.27.0 and adding dbCredentials instead of flat connectionString and ts-ignoring the type error somehow worked?
push/pull/generate/insert/select all work now
so no issues now?
no issues anymore