Skip to content

0.6.1

0.6.1 #817

Triggered via push August 2, 2023 14:56
Status Success
Total duration 6m 58s
Artifacts

check.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
check: src/react/ListItem.tsx#L87
React Hook useMemo has missing dependencies: 'isHorizontal' and 'isRtl'. Either include them or remove the dependency array
check: src/react/VGrid.tsx#L134
React Hook useMemo has a missing dependency: 'isRtl'. Either include it or remove the dependency array
check: src/react/VGrid.tsx#L391
React Hook useImperativeHandle has missing dependencies: 'hScroller', 'hStore', 'vScroller', and 'vStore'. Either include them or remove the dependency array
check: src/react/VGrid.tsx#L433
React Hook useMemo has missing dependencies: 'ItemElement', 'hStore', 'isRtl', 'resizer', and 'vStore'. Either include them or remove the dependency array
check: src/react/VGrid.tsx#L463
React Hook useMemo was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
check: src/react/VGrid.tsx#L463
React Hook useMemo has a missing dependency: 'viewportAttrs'. Either include it or remove the dependency array
check: src/react/VList.tsx#L260
React Hook useEffect has a missing dependency: 'onScrollStop'. Either include it or remove the dependency array
check: src/react/VList.tsx#L266
React Hook useEffect has a missing dependency: 'onRangeChangeProp'. Either include it or remove the dependency array. If 'onRangeChangeProp' changes too often, find the parent component that defines it and wrap that definition in useCallback
check: src/react/VList.tsx#L291
React Hook useImperativeHandle has missing dependencies: 'scroller' and 'store'. Either include them or remove the dependency array
check: src/react/VList.tsx#L317
React Hook useMemo has missing dependencies: 'ItemElement', 'isHorizontal', 'isRtl', 'resizer', and 'store'. Either include them or remove the dependency array