We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0149452 commit 82376d4Copy full SHA for 82376d4
README.md
@@ -11,7 +11,7 @@ npm install react-audio-visualize
11

12
13
```js
14
-import React, { useState } from 'react';
+import React, { useState, useRef } from 'react';
15
import { AudioVisualizer } from 'react-audio-visualize';
16
17
const Visualizer = () => {
0 commit comments