Interface 'Window' cannot simultaneously extend types 'GlobalFetch' and 'WindowOrWorkerGlobalScope'. Named property 'fetch' of types 'GlobalFetch' and 'WindowOrWorkerGlobalScope' are not identical. #687
Labels
🌹 has-reproduction
❤ Has a reproduction in a codesandbox or single minimal repository
Hi! I'm using
apollo-server
with Typescript, and it raises the following error:It looks like it's related with a change you did 3 days ago in
apollo-env
but can't confirm this is the real issue.How to reproduce the error?
Just create a simple project using apollo-server and typescript, and you'll face it when running
tsc
.Edit: You can find a sample here: https://github.com/fmvilas/apollo-ts-bug.
Hope it helps!
Thanks!
The text was updated successfully, but these errors were encountered: