-
Notifications
You must be signed in to change notification settings - Fork 36
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
'useRef' is not exported from 'react' #186
'useRef' is not exported from 'react' #186
Comments
Hey @jurredejongh 👋 Thanks for the report! Apologies for the error! We had released a change in
|
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo Client usage and allow us to serve you better. |
This will be released in a few minutes as |
@phryneas I'm seeing a maybe related error (using 3.9.2 as well as earlier versions ... this log is using 3.9.2):
Any chance this is a similar issue with an import needing to be updated somewhere? |
@benjaffe that's likely a different problem. Could you please open a new issue with a reproduction? |
Hi!
Since we updated
@apollo/client
to 3.9.1 and@apollo/experimental-nextjs-app-support
to 0.7.1 we get the following error in Next.js when either building or using dev:The apollo.ts file only contains this:
It looks like the
useRef
is called in RSC since the latest version. I don't know if this is the correct repo for this error or that I need to be over at @apollo/client.Anyone knows what is happening different?
--
There are no issues when using
@apollo/[email protected]
and@apollo/[email protected]
.The text was updated successfully, but these errors were encountered: