pb-sxp-ui 1.0.89 → 1.0.90

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -13013,7 +13013,7 @@ const VideoWidget$2 = ({ rec, index, height, data, muted, activeIndex, videoPost
13013
13013
  if (Hls.isSupported()) {
13014
13014
  const hls = new Hls();
13015
13015
  hls.loadSource(videoSrc);
13016
- hls.attachMedia(videoRef.current);
13016
+ hls.attachMedia(videoRef);
13017
13017
  }
13018
13018
  else {
13019
13019
  videoRef.src = videoSrc;