I am using latest Apollo Client (`4.1.6`) and latest RxJS (`7.8.2`). The error occurs from the import in `UploadHttpLink.mjs`: ``` import { Observable } from "rxjs/internal/Observable"; ``` It should be: ``` import { Observable } from "rxjs"; ```
I am using latest Apollo Client (
4.1.6) and latest RxJS (7.8.2).The error occurs from the import in
UploadHttpLink.mjs:It should be: