Dmytro Masliei
Dmytro Masliei
> https://nextjs.org/docs/advanced-features/dynamic-import#with-no-ssr I can't confirm the theory for now, have the same issue with node 16 and 18. Happens for me in tests (jest, JSDOM).
Currently, I see that `eslint` plugins are hoisted in the root of monorepo. But if different packages have different versions of the eslint plugins, eslint will be able to resolve...
> I was having this issue and created this simple repo to reproduce it https://github.com/forty/pnpm-issue-public-hoist-workspace-packages/tree/master/packages > > My problem is, as probably with many of you, with locally defined eslint...
The problem is not only that `writeFragment` can possibly return `undefined`, but the first argument of the modifier can be a `Reference`. If the return type of the query is...
> Yes, I've also stumbled upon this. For later reference (after bisecting) the bureaucratic need to safeguard against existingListRef being a `Reference` starts popping when upgrading from apollo client `v3.7.0`...