Ross Sheppard

Results 4 comments of Ross Sheppard

I think this functionality is almost necessary at scale. Rather than running countless processes to watch each dependency for a target, one process should watch all the files that are...

This is a problem stemming from the node resolution strategy (`node16`). With hook generation, I believe the generated code is outputting something like the following and `Apollo` is defined as...

I spent an exorbitant amount of time dealing with this issue and finally figured it out thanks to this thread. I'm using [Nx](https://nx.dev) as a repository manager with a root-level...

Facing this same issue—also using the App Router from Next.js.