Kirk Holloway

Results 3 comments of Kirk Holloway

I'm experiencing this issue also. Adding this to my config has worked pretty well for me in the meantime: ```js const pkg = require('./package.json'); const externalPackages = [ ...Object.keys(pkg.dependencies ||...

I've tried defining a custom schema directive that way, and I'm receiving this error: > Schema build error: 'Directive "@client" already exists in the schema. It cannot be redefined. >...

I've tested these changes locally on a large codebase I'm migrating to React 18 and can confirm it's fixed bugs which arose from the migration