Refactor #2418
check.yml
on: push
check
1m 10s
e2e-react
2m 47s
e2e-vue
1m 12s
e2e-solid
1m 19s
e2e-svelte
1m 0s
Annotations
2 errors and 10 warnings
e2e-react
Canceling since a higher priority waiting request for 'check-refs/heads/main' exists
|
e2e-react
The operation was canceled.
|
check:
src/react/VGrid.tsx#L323
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#L323
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#L235
React Hook useImperativeHandle has missing dependencies: 'scroller._scrollToIndex' and 'store'. Either include them 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
|