Gleb Shkut
Gleb Shkut
I had a problem with Checkbox column not appearing, and the problem was that I imported { Checkbox } from radix-ui, instead of @/components/ui. Hope it will help someone
Yeah, it helped. Thanks!
[BUG]: drizzle-kit introspect TypeError: Cannot read properties of undefined (reading 'toLowerCase')
Is there a solution for this if I'm not using Docker? ``` import { config } from 'dotenv'; import { defineConfig } from 'drizzle-kit'; config({ path: '.env' }); export default...
[BUG]: drizzle-kit introspect TypeError: Cannot read properties of undefined (reading 'toLowerCase')
actually changing the port in `DATABASE_URL` inside `.env` helped UPD: i don't think that works long term