awslabs / aws-mobile-appsync-sdk-js

JavaScript library files for Offline, Sync, Sigv4. includes support for React Native
Apache License 2.0
920 stars 266 forks source link

react-apollo (> 3.x.x) support #593

Closed keisukekomeda closed 3 years ago

keisukekomeda commented 3 years ago

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.

keisukekomeda commented 3 years ago

Duplicate of #448

Sorry, I found this is dupulicate of #448.