Skip to content

Optimize scrolling performance with Binary Indexed Tree #2458

Optimize scrolling performance with Binary Indexed Tree

Optimize scrolling performance with Binary Indexed Tree #2458

Triggered via pull request December 1, 2024 11:11
@inokawainokawa
synchronize #565
bit
Status Cancelled
Total duration 50s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
check
Canceling since a higher priority waiting request for 'check-refs/pull/565/merge' exists
check
The operation was canceled.
e2e-solid
Canceling since a higher priority waiting request for 'check-refs/pull/565/merge' exists
e2e-solid
The operation was canceled.
e2e-react
Canceling since a higher priority waiting request for 'check-refs/pull/565/merge' exists
e2e-react
The operation was canceled.
e2e-vue
Canceling since a higher priority waiting request for 'check-refs/pull/565/merge' exists
e2e-vue
The operation was canceled.
e2e-svelte
Canceling since a higher priority waiting request for 'check-refs/pull/565/merge' exists
e2e-svelte
The operation was canceled.
check: src/react/VGrid.tsx#L324
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#L325
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#L31
The reactive variable 'props' should not be reassigned or altered directly
check: src/solid/ListItem.tsx#L31
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