Kenneth G. Franqueiro

Results 74 comments of Kenneth G. Franqueiro
trafficstars

I see the change in the [preview](https://deploy-preview-2138--wai-aria.netlify.app/). My OS is set to dark mode and I see this: ![screenshot of preview with light text on dark background](https://github.com/user-attachments/assets/97e797d5-d988-465f-b585-bfaf09ba4d4e) If I force...

What provider are you using? It's possible you might be running into #53 that I just filed and provided a patch + PR for (update: it's now fixed in 4.1.1)....

I realize this is an old issue, but FWIW I had no issue with types in 10.22.0

The minimum change necessary is to upgrade both `@prisma/generator-helper` and `@prisma/internals` to `5.7.0`, which may be less risky. This can be worked around with overrides. e.g. for npm: ```json "overrides":...