-
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
Uncaught ReferenceError: __DEV__ is not defined
after updating to 3.4.0
#8557
Uncaught ReferenceError: __DEV__ is not defined
after updating to 3.4.0
#8557
Comments
Uncaught ReferenceError: __DEV__ is not defined
after updating 3.4.0Uncaught ReferenceError: __DEV__ is not defined
after updating to 3.4.0
@KeithGillette Do you have a stack trace for the |
Hi @benjamn — Here's the full log:
|
@KeithGillette Can you try with |
Thanks for the fast fix, @benjamn! |
Can reproduce on
|
Intended outcome:
Update to
@apollo/client@3.4.0
in ourapollo-angular
application without issue, since the CHANGELOG indicates the addition of the__DEV__
environment variable should only add overhead to the application.Actual outcome:
Application crashes with
Uncaught ReferenceError: __DEV__ is not defined
error message in browser console.How to reproduce the issue:
Using Apollo Angular, so the React application template is not applicable. Let me know if I should open an issue in the
apollo-angular
repository.Versions
The text was updated successfully, but these errors were encountered: