Broken TypeScript definition in: [email protected]
@hwillson I believe that TSC is producing a broken type definition file using your local machine's file system for: apollo-client/src/core/QueryManager.ts#L1006
ERROR in node_modules/apollo-client/core/QueryManager.d.ts(70,26): error TS1005: ';' expected.
This is the code producing the error:
getQueryWithPreviousResult<T>(queryIdOrObservable: string | ObservableQuery<T>): {
        previousResult: any;
        variables: import("../../../../../../../../../../Users/hwillson/Documents/git/apollo/apollo-client/packages/apollo-client/src/core/types").OperationVariables | undefined;
        document: DocumentNode;
    };
                        Just updated and I'm also seeing this error
+1
Wow! That's extremely bizarre - thanks, I'm on it!
apollo-client 2.3.7 has been published and should fix this. Let me know if you're still encountering any issues. Thanks!
Most helpful comment
apollo-client2.3.7 has been published and should fix this. Let me know if you're still encountering any issues. Thanks!