-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setState error on unmounted component #18
Comments
Sorry, I'm just now getting to this 😞 Did you ever have any luck with this? |
`Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the Media component. Media.js:135 warning.js:36 |
@alukard1986 sorry about that :/ I'm currently working on a new version and trying to fix all outstanding issues. You can follow the progress here. |
If I add say just the AudioPlayer on my page (from the sample) then navigate away from the page and come back I am getting an error:
I hope you can reproduce. I am chopping code up a little bit trying to work on SSR so maybe I broke something :)
The text was updated successfully, but these errors were encountered: