-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
ApolloLink export is undefined since 3.5 #9143
Comments
@DanielFGray What bundler are you using? Can you provide a small reproduction? |
We haven't heard back regarding our question in #9143 (comment) so we'll close this off. |
I just hit this as well. 4 days too late apparently haha. I'm still on webpack 4.46... Continuing to dig. Edit: Ok figured out my problem. FileLoader wasn't configured to exclude |
@CarsonF Hi! How did you configure FileLoader? I followed your suggestion by adding |
You'll have to consult expo/metro docs. I'm not even sure that uses Webpack. |
Thank you! |
Intended outcome:
I'm building a custom link using
Actual outcome:
in v3.4.17 it works fine, but in 3.5 it is undefined
the types are fine, but
console.log(ApolloLink)
printsundefined
How to reproduce the issue:
Downgrade to 3.4.x and it works fine
upgrade to 3.5 and it is
undefined
The text was updated successfully, but these errors were encountered: