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.cjs CHANGED
@@ -13036,7 +13036,7 @@ const VideoWidget$2 = ({ rec, index, height, data, muted, activeIndex, videoPost
13036
13036
  if (Hls.isSupported()) {
13037
13037
  const hls = new Hls();
13038
13038
  hls.loadSource(videoSrc);
13039
- hls.attachMedia(videoRef.current);
13039
+ hls.attachMedia(videoRef);
13040
13040
  }
13041
13041
  else {
13042
13042
  videoRef.src = videoSrc;