Skip to content

Commit

Permalink
Added missing dependency in example (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
unexpectedlyalarming authored Sep 7, 2024
1 parent 0149452 commit 82376d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm install react-audio-visualize
![screenshot](./assets/AudioVisualizer.png)

```js
import React, { useState } from 'react';
import React, { useState, useRef } from 'react';
import { AudioVisualizer } from 'react-audio-visualize';

const Visualizer = () => {
Expand Down

0 comments on commit 82376d4

Please sign in to comment.