Hi,
It seems that updateState is still called after Video component is unmounted. I think this is due to some events that are not correctly unbound.
The warning is :
warning.js:36 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 Video component.
Hi, It seems that updateState is still called after Video component is unmounted. I think this is due to some events that are not correctly unbound. The warning is :
I'm trying to fix this in a PR.