v1.0.0-beta.63 #560
Annotations
10 warnings
Run tests:
src/components/PivotTable/Droppable/Droppable.tsx#L153
React Hook useMemo has an unnecessary dependency: 'filter'. Either exclude it or remove the dependency array
|
Run tests:
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
|
Run tests:
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
|
Run tests:
src/components/Select/useAsyncSelect.ts#L27
React Hook useMemo has a missing dependency: 'debounceMs'. Either include it or remove the dependency array
|
Run tests:
src/components/Tooltip/Tooltip.tsx#L74
React Hook useCallback has a missing dependency: 'child.props'. Either include it or remove the dependency array
|
Run tests:
src/components/Tooltip/Tooltip.tsx#L79
React Hook useCallback has a missing dependency: 'child.props'. Either include it or remove the dependency array
|
Run tests:
src/components/Tooltip/Tooltip.tsx#L84
React Hook useCallback has a missing dependency: 'child.props'. Either include it or remove the dependency array
|
Run tests:
src/hooks/useRovingTabIndex.ts#L72
React Hook useEffect has a missing dependency: 'getItems'. Either include it or remove the dependency array
|
Run tests:
src/hooks/useRovingTabIndex.ts#L87
React Hook useEffect has a missing dependency: 'getItems'. Either include it or remove the dependency array
|
Run tests:
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
|
Loading