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

Remove the ApolloClient default export #5425

Merged
merged 1 commit into from
Oct 10, 2019
Merged

Conversation

hwillson
Copy link
Member

@hwillson hwillson commented Oct 9, 2019

AC 2 exports ApolloClient as both the default and a named export. Since people will likely be using more exports from the @apollo/client package in AC 3 (e.g. integrated React hooks, Apollo Link's, etc.), let's kill the default export and only support the named export moving forward.

AC 2 exports `ApolloClient` as both the default and a named
export. Since people will likely be using more exports from
the `@apollo/client` package in AC 3 (e.g. integrated React
hooks, Apollo Link's, etc.), let's kill the default export
and only support the named export moving forward.
@hwillson hwillson merged commit 3b95a15 into release-3.0 Oct 10, 2019
@hwillson hwillson deleted the remove-default-export branch October 10, 2019 17:33
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant