-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[graphiql] Update graphiql-react to support React 19 #3850
Comments
Yes, we need this update. Updated to next15 which involved react19 and I'm getting this error `nx run archbee-ui:build:production ▲ Next.js 15.1.5
Skipping linting ../../node_modules/@graphiql/react/node_modules/@headlessui/react/dist/utils/stable-collection.js Import trace for requested module:
|
and as a "hack" what I did was to use in package.json this override
|
Bumping this, as even if the fix mentioned above works, would be nice to remove all the warnings about react and its dependencies that still persist. |
It does not work for me using PNPM with monorepo |
This is also a very specific solution. |
Right now graphiql-react only supports React 16, 17 and 18.
Since React 19 has now officially released graphiql could add support for React 19.
See peer dependencies here:
https://github.com/graphql/graphiql/blob/main/packages/graphiql-react/package.json
The text was updated successfully, but these errors were encountered: