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
{{ message }}
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
...
import { Rehydrated } from 'aws-appsync-react' // this needs to also be installed when working with React
...
const WithProvider = () => (
<ApolloProvider client={client}>
<Rehydrated>
<App />
</Rehydrated>
</ApolloProvider>
Also, will be great if you include an example of a Mutation in your repo and also put an online version in order the people could see it works. I think you are doing a great job here
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The documentation says it needs to be used when we are working with ReactJS https://github.com/awslabs/aws-mobile-appsync-sdk-js#readme
The text was updated successfully, but these errors were encountered: