Skip to content

Reimplement VGrid with css grid #3441

Reimplement VGrid with css grid

Reimplement VGrid with css grid #3441

Triggered via pull request November 24, 2025 09:19
@inokawainokawa
synchronize #802
css-grid
Status Success
Total duration 11m 47s
Artifacts

check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
check: src/solid/Virtualizer.tsx#L171
The reactive variable 'props' should be used within JSX, a tracked scope (like createEffect), or inside an event handler function, or else changes will be ignored
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/react/useMergeRefs.ts#L20
React Hook useCallback has a missing dependency: 'refs'. Either include it or remove the dependency array
check: src/react/useMergeRefs.ts#L20
React Hook useCallback 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/WindowVirtualizer.tsx#L257
React Hook useImperativeHandle has missing dependencies: 'scroller.$scrollToIndex' and 'store'. 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/VGrid.tsx#L468
React Hook useMemo has a missing dependency: 'colStore'. Either include it or remove the dependency array
check: src/react/VGrid.tsx#L460
React Hook useMemo has a missing dependency: 'rowStore'. Either include it or remove the dependency array
check: src/react/VGrid.tsx#L404
React Hook useImperativeHandle has missing dependencies: 'colStore', 'rowStore', 'scroller.$scrollBy', 'scroller.$scrollTo', and 'scroller.$scrollToIndex'. Either include them or remove the dependency array