Feat/perf #240
Annotations
7 warnings
lint
React Hook useEffect has a missing dependency: 'loop'. Either include it or remove the dependency array. You can also do a functional update 'setLoop(l => ...)' if you only need 'loop' in the 'setLoop' call
|
lint:
packages/core/hooks/useDebounceFn/index.ts#L32
React Hook useMemo has a missing dependency: 'fnRef'. Either include it or remove the dependency array
|
lint:
packages/core/hooks/useIntersectionObserver/index.ts#L34
React Hook useEffect has missing dependencies: 'savedCallback' and 'stop'. Either include them or remove the dependency array
|
lint:
packages/core/hooks/useMutationObserver/index.ts#L30
React Hook useEffect has missing dependencies: 'callbackRef' and 'stop'. Either include them or remove the dependency array
|
lint:
packages/core/hooks/useResizeObserver/index.ts#L29
React Hook useEffect has missing dependencies: 'savedCallback' and 'stop'. Either include them or remove the dependency array
|
lint:
packages/core/hooks/useThrottleFn/index.ts#L32
React Hook useMemo has a missing dependency: 'fnRef'. Either include it or remove the dependency array
|
lint:
packages/core/hooks/useVirtualList/index.ts#L117
React Hook useEffect has a missing dependency: 'calculateRange'. Either include it or remove the dependency array
|