React-sound audio playback works as expected with react-router-dom. The audio doesnt suspend or shutdown when using <Link>
Using goBack() and goForward() from the useHistory hook stops the audio playing for some reason, even though it does not reload/refresh the page. it behaves like <Link> to the previous/next browserrouter <Route>
console log is
soundmanager2.js:1307 sound0: Destruct
soundmanager2.js:1307 sound0: Removing event listeners
soundmanager2.js:1307 sound0: stop()
soundmanager2.js:1307 sound0: unload()