Philipp S
Philipp S
I've found out, that whenever you use the type in any case apart from all lowercase, e.g. : ```typescript export const orderStatusEnum = pgEnum("orderStatus", [ "created", "failed", "cancelled", "successful", "delivery",...
> In my latest usage, the ENUMs aren't even generated anymore... bump on this issue. Are you exporting the enum? I've found out that while generating, if the enum is...
> The quick workaround for this is to change the order of imports. Making sure that the uploadthing component styles are imported before others usually does the trick > >...