Skip to content

Replace onRangeChange with handle methods #2364

Replace onRangeChange with handle methods

Replace onRangeChange with handle methods #2364

Triggered via pull request November 13, 2024 12:54
Status Success
Total duration 9m 51s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
check: src/react/VGrid.tsx#L322
React Hook useImperativeHandle has missing dependencies: 'hStore', 'scroller._scrollBy', 'scroller._scrollTo', 'scroller._scrollToIndex', and 'vStore'. Either include them or remove the dependency array
check: src/react/Virtualizer.tsx#L326
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/WindowVirtualizer.tsx#L231
React Hook useImperativeHandle has a missing dependency: 'store'. Either include it or remove the dependency array
check: src/react/useStatic.ts#L9
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
check: src/react/useStatic.ts#L9
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
check: src/react/useStatic.ts#L9
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
check: src/solid/ListItem.tsx#L32
The reactive variable 'props' should not be reassigned or altered directly
check: src/solid/ListItem.tsx#L32
The reactive variable 'props' should not be reassigned or altered directly
check: src/solid/RangedFor.tsx#L40
For proper analysis, a variable should be used to capture the result of this function call
check: src/solid/RangedFor.tsx#L53
For proper analysis, array destructuring should be used to capture the first result of this function call