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
Do you want to request a feature or report a bug?
feature
What is the current behavior?
As shown in #456, the following error occurs with react-apollo (> 3.x.x). Unhandled Rejection (TypeError): Cannot read property 'hydrated' of undefined
react-apollo (> 3.x.x) allows us to use modern React Hook like useQuery or useSubscription, and so on, with which we can write much more productive code.
What is the expected behavior?
Expecting the react-apollo (> 3.x.x) to be supported.
Which versions and which environment (browser, react-native, nodejs) / OS are affected by this issue? Did this work in previous versions?
Same as #456.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
feature
What is the current behavior?
As shown in #456, the following error occurs with react-apollo (> 3.x.x).
Unhandled Rejection (TypeError): Cannot read property 'hydrated' of undefined
react-apollo (> 3.x.x) allows us to use modern React Hook like
useQuery
oruseSubscription
, and so on, with which we can write much more productive code.What is the expected behavior?
Expecting the react-apollo (> 3.x.x) to be supported.
Which versions and which environment (browser, react-native, nodejs) / OS are affected by this issue? Did this work in previous versions?
Same as #456.
The text was updated successfully, but these errors were encountered: