Skip to content

Commit 65f9088

Browse files
author
Guillaume Chau
committed
Version bump
1 parent d2089e4 commit 65f9088

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

dist/vue-apollo.esm.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3367,9 +3367,7 @@ var ApolloProvider$1 = function () {
33673367
globalName: '__APOLLO_STATE__',
33683368
attachTo: 'window'
33693369
}, options);
3370-
var states = this.getStates({
3371-
exportNamespace: finalOptions.exportNamespace
3372-
});
3370+
var states = this.getStates(finalOptions);
33733371
var js = finalOptions.attachTo + '.' + finalOptions.globalName + ' = ' + JSON.stringify(states) + ';';
33743372
return js;
33753373
}

0 commit comments

Comments
 (0)