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}
/>