You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
React-sound audio playback works as expected with
react-router-dom
. The audio doesnt suspend or shutdown when using<Link>
Using
goBack()
andgoForward()
from theuseHistory
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
The text was updated successfully, but these errors were encountered: