Tempo control refactor with arpeggiator, synth, and UI/docs #8
Annotations
2 errors and 10 warnings
|
lint-and-build
Process completed with exit code 1.
|
|
lint-and-build:
src/components/AudioVisualizer.jsx#L31
'ResizeObserver' is not defined
|
|
lint-and-build:
src/hooks/useSynthEngine.js#L117
React Hook useCallback has missing dependencies: 'envelope.attack', 'envelope.decay', and 'envelope.sustain'. Either include them or remove the dependency array
|
|
lint-and-build:
src/hooks/useAudioEngine.js#L229
'error' is defined but never used
|
|
lint-and-build:
src/hooks/useAudioEngine.js#L123
React Hook useEffect has a missing dependency: 'instruments'. Either include it or remove the dependency array
|
|
lint-and-build:
src/hooks/useAudioEngine.js#L109
'error' is defined but never used
|
|
lint-and-build:
src/hooks/useAudioEngine.js#L100
'error' is defined but never used
|
|
lint-and-build:
src/hooks/useArpeggiator.js#L88
'stepTime' is defined but never used. Allowed unused args must match /^_/u
|
|
lint-and-build:
src/hooks/useArpeggiator.js#L88
'noteTime' is defined but never used. Allowed unused args must match /^_/u
|
|
lint-and-build:
src/components/Track.jsx#L10
'showLabel' is assigned a value but never used. Allowed unused args must match /^_/u
|
|
lint-and-build:
src/components/ArpTrack.jsx#L11
'showLabel' is assigned a value but never used. Allowed unused args must match /^_/u
|
|
lint-and-build:
src/__tests__/urlState.test.js#L1
'vi' is defined but never used
|