mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Clarify dependencies
This commit is contained in:
parent
5bfde0a90a
commit
355fcf027b
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ function preRenderBg(
|
|||
function Visualizer({ analyser }: Props) {
|
||||
useLayoutEffect(() => {
|
||||
analyser.fftSize = 2048;
|
||||
}, [analyser.fftSize]);
|
||||
}, [analyser, analyser.fftSize]);
|
||||
const colors = useTypedSelector(Selectors.getSkinColors);
|
||||
const style = useTypedSelector(Selectors.getVisualizerStyle);
|
||||
const status = useTypedSelector(Selectors.getMediaStatus);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue