Skip to content

Merge pull request #35 from brsbl/feature/new-branch #7

Merge pull request #35 from brsbl/feature/new-branch

Merge pull request #35 from brsbl/feature/new-branch #7

Triggered via push December 11, 2025 07:05
Status Success
Total duration 32s
Artifacts

ci.yml

on: push
lint-and-build
28s
lint-and-build
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
lint-and-build: src/hooks/useAudioEngine.js#L115
React Hook useEffect has a missing dependency: 'instruments'. Either include it or remove the dependency array
lint-and-build: src/hooks/useAudioEngine.js#L110
The ref value 'initCountRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'initCountRef.current' to a variable inside the effect, and use that variable in the cleanup function
lint-and-build: src/hooks/useAudioEngine.js#L100
'error' is defined but never used