Skip to content
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

chore: reorg import of appolo network layer #948

Merged
merged 2 commits into from
Jan 25, 2023

Conversation

nicolasburtey
Copy link
Member

@nicolasburtey nicolasburtey commented Jan 25, 2023

extracting the refactoring part of this PR: #938

will rebase #938 afterwards so that the more "risky" part of the diff are remaining.


const [apolloClient, setApolloClient] = useState<ApolloClient<NormalizedCacheObject>>()

useEffect(() => {
console.log("creating new client")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove this

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@nicolasburtey nicolasburtey force-pushed the chore--reorg-import-of-apollo-network-layer branch from 98f783a to 896f419 Compare January 25, 2023 12:12
@nicolasburtey nicolasburtey merged commit 156491d into main Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants