Remove discouraged playwright APIs #2326
check.yml
on: pull_request
check
48s
e2e-react
57s
e2e-vue
42s
e2e-solid
42s
e2e-svelte
48s
Annotations
3 errors and 10 warnings
check
Canceling since a higher priority waiting request for 'check-refs/pull/536/merge' exists
|
e2e-react
Canceling since a higher priority waiting request for 'check-refs/pull/536/merge' exists
|
e2e-react
The operation was canceled.
|
check:
src/react/VGrid.tsx#L317
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#L308
React Hook useEffect has a missing dependency: 'onRangeChangeProp'. Either include it or remove the dependency array. If 'onRangeChangeProp' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
check:
src/react/Virtualizer.tsx#L332
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#L212
React Hook useEffect has a missing dependency: 'onRangeChangeProp'. Either include it or remove the dependency array. If 'onRangeChangeProp' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
check:
src/react/WindowVirtualizer.tsx#L223
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
|