@steroidsjs/core 2.2.100 → 2.2.102

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.
Files changed (2) hide show
  1. package/hooks/useList.js +0 -1
  2. package/package.json +2 -2
package/hooks/useList.js CHANGED
@@ -246,7 +246,6 @@ function useList(config) {
246
246
  react_use_1.useUpdateEffect(function () {
247
247
  dispatch([
248
248
  list_2.listSetItems(config.listId, config.items),
249
- list_2.listLazyFetch(config.listId),
250
249
  ]);
251
250
  }, [dispatch, config.items, config.listId]);
252
251
  // Destroy
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steroidsjs/core",
3
- "version": "2.2.100",
3
+ "version": "2.2.102",
4
4
  "description": "",
5
5
  "author": "Vladimir Kozhin <hello@kozhindev.com>",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "connected-react-router": "^6.9.1",
29
29
  "domready": "^1.0.8",
30
30
  "dot-prop-immutable": "^2.1.0",
31
- "fileup-core": "^1.2.2",
31
+ "fileup-core": "^1.2.4",
32
32
  "history": "^4.10.1",
33
33
  "intl-messageformat": "^9.11.0",
34
34
  "js-cookie": "^2.2.1",