@alexanderwallin
slider component is having an issue after the recent update version(2.0.0-beta.1)
//node_modules/react-player-controls/dist/components/Slider.js:137:23
var $el = _react.default.createRef();
var bounds = function bounds() {
return $el.current.getBoundingClientRect(); //error - TypeError · Cannot read property 'getBoundingClientRect' of null
};
This issue is occurring when we click on the play button and then try to drag the slider
@alexanderwallin
slider component is having an issue after the recent update version(2.0.0-beta.1)
//node_modules/react-player-controls/dist/components/Slider.js:137:23
var $el = _react.default.createRef();
var bounds = function bounds() {
return $el.current.getBoundingClientRect(); //error - TypeError · Cannot read property 'getBoundingClientRect' of null
};
This issue is occurring when we click on the play button and then try to drag the slider