Adnan Sheikh
Adnan Sheikh
Ok, @zombieJ I am still facing [this issue](https://github.com/ant-design/ant-design/issues/34805). Select dropdown is not working with React 18, I think some portal elements are facing this issue, like even date filters.
Yep confirmed. I am experiencing the same issue. My current setup: @graphql-typed-document-node/core: 3.1.0 @graphql-codegen/typed-document-node: 2.2.0 @apollo/client: 3.5.6, graphql: 15.8.0 typescript: 4.5.4 When I upgrade to @graphql-typed-document-node/core to 3.1.1, then I...
@charlypoly I recently updated `@apollo/client` and `@graphql-typed-document-node/core`. No issues with the newer versions of both. Thanks 👍🏻
I am experiencing somewhat similar issue. I am on CRA setup and I upgraded react-scripts to 5.0.0. Previously I was on: "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", and then I upgraded to:...
@rbrewington Thanks for the reply, I tried that already. But even after using `jest.runOnlyPendingTimers()`, it is not passing.
> Hey everyone! We just released a new beta version that should be improved and also not display such warnings anymore `[email protected]` > > @CHE1RON @mocaffy you won't need that...