Skip to content

issue-4 | added dataItem to sendOperationSuccess #10

issue-4 | added dataItem to sendOperationSuccess

issue-4 | added dataItem to sendOperationSuccess #10

Triggered via pull request August 17, 2023 15:25
Status Success
Total duration 5m 29s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: src/components/FullHierarchyTable/utils/useExpandedKeys.ts#L71
React Hook React.useEffect has a missing dependency: 'expandedKeys'. Either include it or remove the dependency array
build: src/components/FullHierarchyTable/utils/useExpandedKeys.ts#L92
React Hook React.useEffect has a missing dependency: 'expandedKeys'. Either include it or remove the dependency array
build: src/components/widgets/PickListPopup/PickListPopup.tsx#L122
React Hook React.useCallback has an unnecessary dependency: 'onClose'. Either exclude it or remove the dependency array
build: src/components/widgets/TableWidget/TableWidget.tsx#L160
React Hook "useTranslation" is called conditionally. React Hooks must be called in the exact same order in every component render
build: src/components/widgets/TableWidget/TableWidget.tsx#L162
React Hook "React.useCallback" is called conditionally. React Hooks must be called in the exact same order in every component render
build: src/components/widgets/TableWidget/TableWidget.tsx#L169
React Hook "React.useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
build: src/components/widgets/TableWidget/TableWidget.tsx#L177
React Hook "React.useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
build: src/components/widgets/TableWidget/TableWidget.tsx#L236
React Hook "React.useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render
build: src/components/widgets/TableWidget/TableWidget.tsx#L245
React Hook "React.useState" is called conditionally. React Hooks must be called in the exact same order in every component render
build: src/components/widgets/TableWidget/TableWidget.tsx#L248
React Hook "React.useCallback" is called conditionally. React Hooks must be called in the exact same order in every component render