allow new particles to be visible when paused #114
Annotations
6 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/GravitySimulator/GravitySimulator.tsx#L200
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Run ESLint:
src/components/GravitySimulator/GravitySimulator.tsx#L211
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
Run ESLint:
src/components/GravitySimulator/GravitySimulator.tsx#L666
React Hook useEffect has missing dependencies: 'createParticle', 'gravityPoints', 'gravityRef', 'handlePointDelete', 'handleSelectScenario', 'isFullscreen', 'isPaused', 'onApiReady', 'particles', 'paths', 'physicsConfig', 'toggleFullscreen', and 'updateSettings'. 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/ParticleRenderer/ParticleRenderer.tsx#L208
React Hook useEffect has a missing dependency: 'isPausedRef'. Either include it or remove the dependency array
|
Run ESLint:
src/contexts/SettingsContext.tsx#L173
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Loading