Reimplement VGrid with css grid #3441
check.yml
on: pull_request
check
1m 4s
e2e-react
11m 42s
e2e-vue
1m 2s
e2e-solid
1m 0s
e2e-svelte
1m 6s
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
|