EPMRPP-86348 || Implement immediate Pattern Analysis on TestItemFinis… #4141
Annotations
11 warnings
build (14)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (14):
app/src/componentLibrary/attributeEditor/attributeEditor.jsx#L80
React Hook useEffect has a missing dependency: 'getValidationErrors'. Either include it or remove the dependency array
|
build (14):
app/src/componentLibrary/attributeList/editableAttributeList.jsx#L46
React Hook useEffect has missing dependencies: 'defaultOpen' and 'handleAddNew'. Either include them or remove the dependency array
|
build (14):
app/src/componentLibrary/datePicker/header/datePickerHeader.jsx#L57
React Hook useMemo has a missing dependency: 'formatMessage'. Either include it or remove the dependency array
|
build (14):
app/src/componentLibrary/datePicker/header/datePickerHeader.jsx#L66
React Hook useMemo has a missing dependency: 'year'. Either include it or remove the dependency array
|
build (14):
app/src/components/integrations/elements/integrationSettings/integrationSettings.jsx#L63
The 'groupedIntegrations' array makes the dependencies of useEffect Hook (at line 96) change on every render. Move it inside the useEffect callback. Alternatively, wrap the initialization of 'groupedIntegrations' in its own useMemo() Hook
|
build (14):
app/src/components/main/grid/gridBody/nestedGridRow/nestedGridRow.jsx#L136
React Hook React.useEffect has missing dependencies: 'content' and 'direction'. Either include them or remove the dependency array
|
build (14):
app/src/components/main/modal/darkModalLayout/darkModalLayout.jsx#L82
React Hook useEffect has a missing dependency: 'onKeydown'. Either include it or remove the dependency array
|
build (14):
app/src/components/main/modal/darkModalLayout/darkModalLayout.jsx#L85
React Hook useEffect has missing dependencies: 'hotKeyAction' and 'modalHasChanges'. Either include them or remove the dependency array
|
build (14):
app/src/layouts/common/sidebar/supportBlock/modal/requestSupportModal.jsx#L62
React Hook useEffect has missing dependencies: 'email' and 'initialize'. Either include them or remove the dependency array. If 'initialize' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
build (14):
app/src/pages/inside/profilePage/apiKeys/apiKeys.jsx#L33
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|