@micromag/data 0.3.338 → 0.3.342
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.
- package/es/index.js +3 -3
- package/lib/index.js +3 -3
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -7,8 +7,8 @@ import _classCallCheck from '@babel/runtime/helpers/classCallCheck';
|
|
|
7
7
|
import _inherits from '@babel/runtime/helpers/inherits';
|
|
8
8
|
import _createSuper from '@babel/runtime/helpers/createSuper';
|
|
9
9
|
import { getJSON, getCSRFHeaders, postJSON } from '@folklore/fetch';
|
|
10
|
-
import { generatePath } from 'react-router';
|
|
11
10
|
import { stringify, parse } from 'query-string';
|
|
11
|
+
import { generatePath } from 'react-router';
|
|
12
12
|
import _objectWithoutProperties from '@babel/runtime/helpers/objectWithoutProperties';
|
|
13
13
|
import _toConsumableArray from '@babel/runtime/helpers/toConsumableArray';
|
|
14
14
|
import isString from 'lodash/isString';
|
|
@@ -769,13 +769,13 @@ var useItems = function useItems(_ref) {
|
|
|
769
769
|
}, [getPages, setItems, setPagination]);
|
|
770
770
|
useEffect(function () {
|
|
771
771
|
// eslint-disable-next-line
|
|
772
|
-
console.log('try to load');
|
|
772
|
+
// console.log('try to load');
|
|
773
773
|
if (!canLoad || loading || lastPage !== null && pageNumber > lastPage) {
|
|
774
774
|
// console.log('skips loading');
|
|
775
775
|
return;
|
|
776
776
|
}
|
|
777
777
|
// eslint-disable-next-line
|
|
778
|
-
console.log('actually load', canLoad, loading, lastPage, pageNumber);
|
|
778
|
+
// console.log('actually load', canLoad, loading, lastPage, pageNumber);
|
|
779
779
|
setLoading(true);
|
|
780
780
|
setCanLoad(false);
|
|
781
781
|
// TODO: make this a cancellable promise
|
package/lib/index.js
CHANGED
|
@@ -11,8 +11,8 @@ var _classCallCheck = require('@babel/runtime/helpers/classCallCheck');
|
|
|
11
11
|
var _inherits = require('@babel/runtime/helpers/inherits');
|
|
12
12
|
var _createSuper = require('@babel/runtime/helpers/createSuper');
|
|
13
13
|
var fetch = require('@folklore/fetch');
|
|
14
|
-
var reactRouter = require('react-router');
|
|
15
14
|
var queryString = require('query-string');
|
|
15
|
+
var reactRouter = require('react-router');
|
|
16
16
|
var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
|
|
17
17
|
var _toConsumableArray = require('@babel/runtime/helpers/toConsumableArray');
|
|
18
18
|
var isString = require('lodash/isString');
|
|
@@ -787,13 +787,13 @@ var useItems = function useItems(_ref) {
|
|
|
787
787
|
}, [getPages, setItems, setPagination]);
|
|
788
788
|
React.useEffect(function () {
|
|
789
789
|
// eslint-disable-next-line
|
|
790
|
-
console.log('try to load');
|
|
790
|
+
// console.log('try to load');
|
|
791
791
|
if (!canLoad || loading || lastPage !== null && pageNumber > lastPage) {
|
|
792
792
|
// console.log('skips loading');
|
|
793
793
|
return;
|
|
794
794
|
}
|
|
795
795
|
// eslint-disable-next-line
|
|
796
|
-
console.log('actually load', canLoad, loading, lastPage, pageNumber);
|
|
796
|
+
// console.log('actually load', canLoad, loading, lastPage, pageNumber);
|
|
797
797
|
setLoading(true);
|
|
798
798
|
setCanLoad(false);
|
|
799
799
|
// TODO: make this a cancellable promise
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/data",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.342",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "fe7a18d0cc006d5c4c634c9554f2a7cec5a608d0"
|
|
63
63
|
}
|