Skip to content

Support reverse scrolling in iOS Safari #968

Support reverse scrolling in iOS Safari

Support reverse scrolling in iOS Safari #968

Triggered via pull request September 22, 2023 00:40
@inokawainokawa
synchronize #165
ios-safari
Status Failure
Total duration 14m 32s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
check
Process completed with exit code 1.
e2e
Process completed with exit code 1.
check: src/react/ListItem.tsx#L92
React Hook useMemo has missing dependencies: 'isHorizontal' and 'isRtl'. Either include them or remove the dependency array
check: src/react/VGrid.tsx#L136
React Hook useMemo has a missing dependency: 'isRtl'. Either include it or remove the dependency array
check: src/react/VGrid.tsx#L399
React Hook useImperativeHandle has missing dependencies: 'hScroller', 'hStore', 'vScroller', and 'vStore'. Either include them or remove the dependency array
check: src/react/VGrid.tsx#L441
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#L471
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#L471
React Hook useMemo has a missing dependency: 'viewportAttrs'. Either include it or remove the dependency array
check: src/react/VList.tsx#L276
React Hook useEffect has a missing dependency: 'onScrollStop'. Either include it or remove the dependency array
check: src/react/VList.tsx#L282
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#L305
React Hook useImperativeHandle has missing dependencies: 'scroller._scrollBy', 'scroller._scrollTo', 'scroller._scrollToIndex', and 'store'. Either include them or remove the dependency array
check: src/react/VList.tsx#L329
React Hook useMemo has missing dependencies: 'ItemElement', 'isHorizontal', 'isRtl', 'resizer', and 'store'. Either include them or remove the dependency array