fix: eslint issues #82
Annotations
1 error and 3 warnings
|
Lint & Type Check
Process completed with exit code 1.
|
|
Lint & Type Check:
src/hooks/use-tauri-event.ts#L27
React Hook useEffect has a spread element in its dependency array. This means we can't statically verify whether you've passed the correct dependencies
|
|
Lint & Type Check:
src/components/ui/waveform.tsx#L600
React Hook useEffect has a missing dependency: 'data'. Either include it or remove the dependency array
|
|
Lint & Type Check:
src/components/ui/play-button.tsx#L58
The ref value 'audioRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'audioRef.current' to a variable inside the effect, and use that variable in the cleanup function
|