lanc3
Explore posts from serversDTDrizzle Team
•Created by ethan! on 5/27/2024 in #help
Enums
otherwise drizzle will not pick it up
9 replies
DTDrizzle Team
•Created by ethan! on 5/27/2024 in #help
Enums
You probably need to export that enum
9 replies
DTDrizzle Team
•Created by Michael Schaufelberger on 5/12/2023 in #help
MySQL (Planetscale): Cannot read properties of undefined (reading 'name')
Just a small bump on this since I also encountered this issue and was confused for a while for the same reasons as OP. This seems to be a typescript issue? I.e. in my case this gives no error
but the following gives the correct type error
and removing the relation fields fixes both the type error and the error from drizzle. Perhaps then the best solution is to handle this error and throw a descriptive error from drizzle
34 replies