Skip to content

808 - [Pivot Table] Aggregators #495

808 - [Pivot Table] Aggregators

808 - [Pivot Table] Aggregators #495

Triggered via pull request October 8, 2024 17:34
@AndresKindelAndresKindel
synchronize #857
808
Status Success
Total duration 15m 23s
Artifacts

yarn.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, codecov/codecov-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: src/components/PivotTable/Droppable/Droppable.tsx#L153
React Hook useMemo has an unnecessary dependency: 'filter'. Either exclude it or remove the dependency array
build: src/components/Select/SelectMenu/SelectMenuItem.tsx#L18
The attribute aria-selected is not supported by the role listitem. This role is implicit on the element li
build: src/components/Select/SelectMulti/MultiDownshift.tsx#L40
React Hook useEffect has missing dependencies: 'changed', 'getStateAndHelpers', and 'props'. Either include them or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
build: src/components/Select/useAsyncSelect.ts#L27
React Hook useMemo has a missing dependency: 'debounceMs'. Either include it or remove the dependency array
build: src/components/Tooltip/Tooltip.tsx#L74
React Hook useCallback has a missing dependency: 'child.props'. Either include it or remove the dependency array
build: src/components/Tooltip/Tooltip.tsx#L79
React Hook useCallback has a missing dependency: 'child.props'. Either include it or remove the dependency array
build: src/components/Tooltip/Tooltip.tsx#L84
React Hook useCallback has a missing dependency: 'child.props'. Either include it or remove the dependency array
build: src/hooks/useRovingTabIndex.ts#L72
React Hook useEffect has a missing dependency: 'getItems'. Either include it or remove the dependency array
build: src/hooks/useRovingTabIndex.ts#L87
React Hook useEffect has a missing dependency: 'getItems'. Either include it or remove the dependency array
build: src/hooks/useRovingTabIndex.ts#L128
React Hook useEffect has missing dependencies: 'firstKeys', 'getItems', 'lastKeys', 'nextKeys', 'prevKeys', and 'wrapAround'. Either include them or remove the dependency array