@zgfe/business-lib 1.2.53 → 1.2.54-ljy-test.0
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/hooks/useBizStore.js +1 -1
- package/package.json +2 -2
package/es/hooks/useBizStore.js
CHANGED
|
@@ -63,7 +63,7 @@ function useBizStore(_ref) {
|
|
|
63
63
|
_useState24 = _slicedToArray(_useState23, 2),
|
|
64
64
|
store = _useState24[0],
|
|
65
65
|
setStore = _useState24[1];
|
|
66
|
-
var _useState25 = useState(
|
|
66
|
+
var _useState25 = useState(true),
|
|
67
67
|
_useState26 = _slicedToArray(_useState25, 2),
|
|
68
68
|
useBizStoreLoading = _useState26[0],
|
|
69
69
|
setUseBizStoreLoading = _useState26[1];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zgfe/business-lib",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.54-ljy-test.0",
|
|
4
4
|
"module": "es/index.js",
|
|
5
5
|
"typings": "es/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"react": "^16.12.0 || ^17.0.0",
|
|
56
56
|
"yorkie": "^2.0.0"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "ac9696af78e14342ad0b9d84ce45f76a43e4f364",
|
|
59
59
|
"gitHooks": {
|
|
60
60
|
"pre-commit": "lint-staged"
|
|
61
61
|
}
|