martdavidson
martdavidson
Like others have mentioned, we're also seeing this pervasively after upgrading to react 18 and latest RTL. ``` "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "13.3.0", "@testing-library/user-event": "14.4.0", "react": "18.2.0", "react-dom": "18.2.0", ``` Hoping...
We're seeing this as well, but only when `useSuspense: false` which we need. Ah, but even without disable suspense, it console.errors: `Can't perform a React state update on a component...
For anyone else that comes by, my solution here was to configure [Rescripts](https://github.com/harrysolovay/rescripts) and use [graphql-tag](https://github.com/apollographql/graphql-tag) instead of this package. You'll also require [jest-transform-graphql](https://github.com/remind101/jest-transform-graphql) if you're running tests against code...
Just piling on that testing needs some love - especially around firing subscription events manually with MockedProvider and the combination of mocking useQuery and useSubscription in the same MockedProvider. @insidewhy...
Hey, thanks for this - it still works!
Oh I see this discussion from last year: https://github.com/dotansimha/graphql-code-generator/discussions/6047 I'll take a look at maybe doing up a PR if I feel like I understand. Feel free to close, or...
Wish I had time to contribute to the `strict` work - but happy to see this ticket here and an explanation, ran across this issue tonight.
I'm seeing the same, we have a NumberInput in an ArrayInput and it's now submitting an empty string instead of nothing in v4 compared to v3, which of course breaks...
@shaxaaa Did you explore this approach anymore? I'm about to dive into this with a multilingual multi-frontend single drupal install. Also curious if it breaks on demand incremental site regeneration.
~~Just came across this as webforms requires `Interface text language detection` of `url` to serve the translated form: https://www.drupal.org/project/webform/issues/3175374~~ ~~Enabling that of course raises this issue where `next-drupal` is trying...