hide created and new status if revision required #909
Annotations
1 error and 1 warning
linting (18.x)
Process completed with exit code 1.
|
linting (18.x):
submit-web/src/components/PackageStatusChip/PackageStatusChipStack.tsx#L52
The 'hideStatus' function makes the dependencies of useMemo Hook (at line 75) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'hideStatus' in its own useCallback() Hook
|