diff --git a/src/apollo-provider.js b/src/apollo-provider.js index a1979e9..4bcafeb 100644 --- a/src/apollo-provider.js +++ b/src/apollo-provider.js @@ -17,7 +17,7 @@ export class ApolloProvider { this._collectingOptions = finalOptions this._isCollecting = true this._ensureReadyPromise = null - return this.ensureReady + return this.ensureReady.bind(this) } ensureReady () {