mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-01-11 18:14:20 +00:00
don't complain in the CI so much, and go ahead and set dependencies in effect() if it doesn't hurt to do so.
This commit is contained in:
parent
4040614b22
commit
5b44632af8
@ -21,6 +21,12 @@ module.exports = {
|
|||||||
importSource: '@bpmn-io/properties-panel/preact',
|
importSource: '@bpmn-io/properties-panel/preact',
|
||||||
runtime: 'automatic',
|
runtime: 'automatic',
|
||||||
},
|
},
|
||||||
|
'@babel/plugin-proposal-class-properties',
|
||||||
|
{ loose: true },
|
||||||
|
'@babel/plugin-proposal-private-methods',
|
||||||
|
{ loose: true },
|
||||||
|
'@babel/plugin-proposal-private-property-in-object',
|
||||||
|
{ loose: true },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -53,8 +53,7 @@ export default function ProcessInterstitial() {
|
|||||||
return () => clearInterval(timerId);
|
return () => clearInterval(timerId);
|
||||||
}
|
}
|
||||||
return undefined;
|
return undefined;
|
||||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
}, [lastTask, navigate, userTasks]);
|
||||||
}, [lastTask]);
|
|
||||||
|
|
||||||
const processStatusImage = () => {
|
const processStatusImage = () => {
|
||||||
if (status !== 'running') {
|
if (status !== 'running') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user