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

fix: use hasInjectionContext in useApolloClient before calling inject #1529

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

DawidKopys
Copy link
Contributor

Correct condition before calling inject() inside useApolloClient - use hasInjectionContext(). Appropriate tests were added that would fail without these changes.

It fixes #1528 - take a look at this issue for more context.

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.

useApolloClient checks wrong conditions before calling inject()
2 participants