remove d3 vision from icon #239
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run ESLint:
src/components/D3GravityVision/D3GravityVision.tsx#L252
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Run ESLint:
src/components/D3GravityVision/D3GravityVision.tsx#L293
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Run ESLint:
src/components/D3GravityVision/D3GravityVision.tsx#L364
React Hook useEffect has a missing dependency: 'settings'. Either include it or remove the dependency array
|
Run ESLint:
src/components/GravityPoint/GravityPoint.tsx#L43
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Run ESLint:
src/components/GravitySimulator/GravitySimulator.tsx#L495
React Hook useEffect has missing dependencies: 'createParticle', 'gravityPoints', 'gravityRef', 'handleFullscreenToggle', 'handleSelectScenario', 'isFullscreen', 'isPaused', 'onApiReady', 'particles', 'paths', 'physicsConfig', 'setGravityPoints', 'setIsColorInverted', 'setIsFullscreen', 'setIsPaused', 'setIsSimulationStarted', 'setParticles', 'updateSettings', and 'wrappedHandlePointDelete'. Either include them or remove the dependency array. If 'onApiReady' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run ESLint:
src/components/GravitySimulator/GravitySimulator.tsx#L502
React Hook useEffect has a missing dependency: 'particlesRef'. Either include it or remove the dependency array
|
Run ESLint:
src/components/GravitySimulator/GravitySimulator.tsx#L514
React Hook useCallback has a missing dependency: 'setIsSettingsPanelOpen'. Either include it or remove the dependency array
|
Run ESLint:
src/components/GravitySimulator/GravitySimulator.tsx#L518
React Hook useCallback has a missing dependency: 'setIsScenarioPanelOpen'. Either include it or remove the dependency array
|
Run ESLint:
src/components/GravitySimulator/GravitySimulator.tsx#L526
React Hook useCallback has a missing dependency: 'setIsSaveModalOpen'. Either include it or remove the dependency array
|
Run ESLint:
src/components/GravityVision/GravityVision.tsx#L231
React Hook useEffect has missing dependencies: 'gridLinesRef', 'lastDensityRef', 'lastShowVisionRef', 'lastWarpPointsKeyRef', and 'layerRef'. Either include them or remove the dependency array
|
Loading