ywana-core8 0.0.931 → 0.0.932
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/dist/index.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.umd.js +3 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/incubator/task.js +1 -1
package/dist/index.umd.js
CHANGED
@@ -5494,7 +5494,9 @@
|
|
5494
5494
|
_useState3$ = _useState3[0],
|
5495
5495
|
tasks = _useState3$ === void 0 ? [] : _useState3$,
|
5496
5496
|
setTasks = _useState3[1];
|
5497
|
-
|
5497
|
+
var _useState4 = React.useState(false),
|
5498
|
+
minimized = _useState4[0],
|
5499
|
+
setMinimized = _useState4[1];
|
5498
5500
|
React.useEffect(function () {
|
5499
5501
|
refresh();
|
5500
5502
|
var interval = setInterval(function () {
|