react-sound
react-sound copied to clipboard
Uncaught Error: The error you provided does not contain a stack trace.
Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause(). https://goo.gl/LdLk22
When I use react-sound in electron react app.When change the url by state,the two error happen.Can you help that?
<Sound
url={this.state.audioName}
playStatus={this.state.audioStatus}
/>
Having the same issue.
play() request was interrupted by a call to pause()