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 canUseSymbol import between internal src/utilities modules #8817

Merged
merged 2 commits into from
Sep 20, 2021

Conversation

benjamn
Copy link
Member

@benjamn benjamn commented Sep 20, 2021

May fix #8809, since this line was added in @apollo/client@3.4.12, and seems to be the only change that could explain the appearance of require('..') in @apollo/client/utilities/utilities.cjs.js, as noticed by @ianhe8x.

Both styles of import should work, but we can be more explicit/precise when the import does not cross entry points.

May fix #8809, since this line could explain the appearance of
`require('..')` in `@apollo/client@3.4.12`, as noticed by @ianhe8x.

Both styles of import _should_ work, but we can be more explicit/precise
when the import does not cross entry points.
@brainkim
Copy link
Contributor

LGTM!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants