Skip to content

Enable e2e for Mobile Safari #1196

Enable e2e for Mobile Safari

Enable e2e for Mobile Safari #1196

Triggered via pull request November 2, 2023 17:29
@inokawainokawa
synchronize #208
e2e-ios
Status Failure
Total duration 15m 24s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
e2e
The job running on runner GitHub Actions 5 has exceeded the maximum execution time of 15 minutes.
e2e
The operation was canceled.
check: src/react/ListItem.tsx#L72
React Hook useMemo has a missing dependency: 'isHorizontal'. Either include it or remove the dependency array
check: src/react/VGrid.tsx#L347
React Hook useImperativeHandle has missing dependencies: 'hScroller', 'hStore', 'vScroller', and 'vStore'. Either include them or remove the dependency array
check: src/react/VGrid.tsx#L436
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#L436
React Hook useMemo has a missing dependency: 'viewportAttrs'. Either include it or remove the dependency array
check: src/react/VList.tsx#L273
React Hook useEffect has a missing dependency: 'onScrollStop'. Either include it or remove the dependency array
check: src/react/VList.tsx#L279
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#L302
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#L353
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/VList.tsx#L353
React Hook useMemo has missing dependencies: 'isHorizontal' and 'viewportAttrs'. Either include them or remove the dependency array
check: src/react/WVList.tsx#L220
React Hook useEffect has a missing dependency: 'onScrollStop'. Either include it or remove the dependency array