Nnenna John

Results 10 comments of Nnenna John

Was having the same problem with compile time. This worked like a charm. Thank you.

For turbo pnpm repo, adding "next, react and react-dom" in devDependencies for `eslint-config-custom` fixed this.

Running into the same issue. Nextjs uses a different version of React. So can't have both in the same monorepo using pnpm and need to be able to exclude expo...

Hi. Is there any status on this, or guide on how to use with Yarn 2?

Seems this is an old thread and not being implemented. But I thought I'd add one more use case. ``` {{ methods[recItem.products.applicationMethodType.applicationMethodId]?.title }} Some random alternate logic... ``` Given the...

Any update on this? We still have to keep using npx prisma generate, and it creates a node_modules folders which yarn always removes.

It's been several months since this was opened. Same with an issue with @nexus-prisma-plugin. Sadly, I had to find a different orm solution for now.

+1 on this error. Also in 3.0.0-alpha.13

> I ran into the same issue, but I’ve figured out the solution! Just add the following to your Webpack configuration file (or Next.js configuration in my case): > >...

Also encountering this error. Any status on this? Thank you.