react-apollo
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -126,2 +126,6 @@ "use strict"; | ||
return function () { | ||
var args = []; | ||
for (var _i = 0; _i < arguments.length; _i++) { | ||
args[_i - 0] = arguments[_i]; | ||
} | ||
_this.data[dataKey] = assign(_this.data[dataKey], { | ||
@@ -133,3 +137,3 @@ loading: true, | ||
_this.setState(_this.store.getState()); | ||
refetchMethod(); | ||
refetchMethod.apply(void 0, args); | ||
}; | ||
@@ -136,0 +140,0 @@ }; |
{ | ||
"name": "react-apollo", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "React data container for Apollo Client", | ||
@@ -5,0 +5,0 @@ "main": "./lib/src/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1757091
70
52056