Skip to content

Update dependency @rollup/plugin-typescript to v11.1.1 #495

Update dependency @rollup/plugin-typescript to v11.1.1

Update dependency @rollup/plugin-typescript to v11.1.1 #495

Triggered via pull request May 31, 2023 18:59
Status Success
Total duration 5m 23s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
check: src/react/VList.tsx#L76
React Hook useMemo has a missing dependency: 'store'. Either include it or remove the dependency array
check: src/react/VList.tsx#L122
React Hook useMemo has a missing dependency: 'horizontal'. Either include it or remove the dependency array
check: src/react/VList.tsx#L177
React Hook useMemo has a missing dependency: 'horizontal'. Either include it or remove the dependency array
check: src/react/VList.tsx#L388
React Hook useEffect has missing dependencies: 'count' and 'onRangeChangeProp'. Either include them 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#L412
React Hook useImperativeHandle has missing dependencies: 'scroller' and 'store'. Either include them or remove the dependency array
check: src/react/VList.tsx#L440
React Hook useMemo has missing dependencies: 'itemElement', 'scroller', and 'store'. Either include them or remove the dependency array