You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated to next15 which involved react19 and I'm getting this error
`nx run archbee-ui:build:production
▲ Next.js 15.1.5
Experiments (use with caution):
· clientTraceMetadata
Skipping linting
Checking validity of types ...
Creating an optimized production build ...
Failed to compile.
../../node_modules/@graphiql/react/node_modules/@headlessui/react/dist/utils/stable-collection.js
Attempted import error: '__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED' is not exported from 'react' (imported as 'r').
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: