Migrate to Svelte 5 #2265
Annotations
10 warnings
Run npm run lint:
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
|
Run npm run lint:
src/react/Virtualizer.tsx#L315
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
|
Run npm run lint:
src/react/Virtualizer.tsx#L339
React Hook useImperativeHandle has missing dependencies: 'scroller._scrollBy', 'scroller._scrollTo', 'scroller._scrollToIndex', and 'store'. Either include them or remove the dependency array
|
Run npm run lint:
src/react/WindowVirtualizer.tsx#L219
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
|
Run npm run lint:
src/react/WindowVirtualizer.tsx#L230
React Hook useImperativeHandle has a missing dependency: 'store'. Either include it or remove the dependency array
|
Run npm run lint:
src/react/useStatic.ts#L9
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Run npm run lint:
src/react/useStatic.ts#L9
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Run npm run lint:
src/react/useStatic.ts#L9
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
|
Run npm run lint:
src/solid/ListItem.tsx#L32
The reactive variable 'props' should not be reassigned or altered directly
|
Run npm run lint:
src/solid/ListItem.tsx#L32
The reactive variable 'props' should not be reassigned or altered directly
|
Loading