eddev 0.1.42 → 0.1.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -143,6 +143,7 @@ function createUseInfiniteQuery(init) {
143
143
  setErrors(undefined);
144
144
  setNextCursor(nextCursor_1);
145
145
  setHasMore(hasMore_1);
146
+ setIsLoadingMore(false);
146
147
  setItems(function () { return __spreadArray(__spreadArray([], items, true), nodes_1, true); });
147
148
  }
148
149
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eddev",
3
- "version": "0.1.42",
3
+ "version": "0.1.43",
4
4
  "main": "./index.js",
5
5
  "license": "MIT",
6
6
  "bin": {