mirror of
https://github.com/videojs/video.js.git
synced 2025-03-03 15:12:49 +02:00
Using the default example, when disposing the player, a React DOMException was thrown because Video.js removed an element managed by React. A simple solution is to wrap the player div in a separate div. Fixes #4935.