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

Commits on Sep 20, 2021

  1. Fix canUseSymbol import between internal src/utilities modules.

    May fix #8809, since this line could explain the appearance of
    `require('..')` in `@apollo/[email protected]`, 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.
    benjamn committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d2f877b View commit details
    Browse the repository at this point in the history
  2. Mention PR #8817 in CHANGELOG.md.

    benjamn committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    e88dff7 View commit details
    Browse the repository at this point in the history