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

Apollo Boost incompatible with TypeScript 3.6 #5367

Closed
hippostar opened this issue Sep 25, 2019 · 1 comment · Fixed by #5373
Closed

Apollo Boost incompatible with TypeScript 3.6 #5367

hippostar opened this issue Sep 25, 2019 · 1 comment · Fixed by #5373

Comments

@hippostar
Copy link

hippostar commented Sep 25, 2019

TypeScript 3.6 removed the GlobalFetch object definition which is still used in packages/apollo-boost/src/index.ts

Observed behavior: Compiling prints this error: TS2304: Cannot find name 'GlobalFetch'
Excepted behavior: No compilation errors.

Someone had a pull request but it didn't get merged, this should be easy to fix.
#5359

Other related issues apollographql/apollo-link#1094

@abdonrd
Copy link
Contributor

abdonrd commented Sep 26, 2019

Ops! Reopened at #5373!

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 a pull request may close this issue.

2 participants