Skip to content

Commit b5b16dd

Browse files
author
Guillaume Chau
committed
Fix collect/ensureReady bug
1 parent b52122d commit b5b16dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apollo-provider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export class ApolloProvider {
1717
this._collectingOptions = finalOptions
1818
this._isCollecting = true
1919
this._ensureReadyPromise = null
20-
return this.ensureReady
20+
return this.ensureReady.bind(this)
2121
}
2222

2323
ensureReady () {

0 commit comments

Comments
 (0)