react-modern-audio-player icon indicating copy to clipboard operation
react-modern-audio-player copied to clipboard

[BUG] Using multiple instances of the player breaks player UI

Open Abdullah0991 opened this issue 1 year ago • 0 comments

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.

Abdullah0991 avatar Mar 18 '23 19:03 Abdullah0991