react-modern-audio-player
react-modern-audio-player copied to clipboard
[BUG] Using multiple instances of the player breaks player UI
Hi, When trying to use multiple players on the same page, the UI of the players get broken. The same also for the controls. For example, clicking play in the first player make the second player in the playing state and vice versa.
To reproduce, in the demo link, just duplicate the AudioPlayer
component.
Tested with player latest version 1.4.0-rc.2, and React 18.