Ryan Burns

Results 3 comments of Ryan Burns

Workaround is to do something like this: ```tsx const DrawerNested = ({ shouldScaleBackground = true, ...props }: React.ComponentProps) => ( ); Drawer.displayName = 'DrawerNested'; ```

Confirming this is still an issue on `prisma` `7.1.0` with `@prisma/extension-accelerate` `3.0.1`. This is blocking us from upgrading to v7.

> Check to make sure the `ChartContainer` component has a minimum height class or style attribute e.g: `min-h-[300px]`. The issue that I had was that I was using the tailwindcss...