Nnenna John

Results 5 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...