Merge pull request #35 from brsbl/feature/new-branch #7
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
|