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.modern.js
CHANGED
@@ -5492,7 +5492,9 @@ var TaskMonitor = function TaskMonitor(props) {
|
|
5492
5492
|
_useState3$ = _useState3[0],
|
5493
5493
|
tasks = _useState3$ === void 0 ? [] : _useState3$,
|
5494
5494
|
setTasks = _useState3[1];
|
5495
|
-
|
5495
|
+
var _useState4 = useState(false),
|
5496
|
+
minimized = _useState4[0],
|
5497
|
+
setMinimized = _useState4[1];
|
5496
5498
|
useEffect(function () {
|
5497
5499
|
refresh();
|
5498
5500
|
var interval = setInterval(function () {
|