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.cjs
CHANGED
@@ -5501,7 +5501,9 @@ var TaskMonitor = function TaskMonitor(props) {
|
|
5501
5501
|
_useState3$ = _useState3[0],
|
5502
5502
|
tasks = _useState3$ === void 0 ? [] : _useState3$,
|
5503
5503
|
setTasks = _useState3[1];
|
5504
|
-
|
5504
|
+
var _useState4 = React.useState(false),
|
5505
|
+
minimized = _useState4[0],
|
5506
|
+
setMinimized = _useState4[1];
|
5505
5507
|
React.useEffect(function () {
|
5506
5508
|
refresh();
|
5507
5509
|
var interval = setInterval(function () {
|