Skip to content

Commit

Permalink
refactor(scrollable-video): remove muted attribute in video.js
Browse files Browse the repository at this point in the history
This patch removes `muted` attribute in `<video>` tag since React
does not support it yet. The related issue is
facebook/react#10389.
  • Loading branch information
nickhsine committed Jul 27, 2022
1 parent ee6dff9 commit 0fc32d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/scrollable-video/src/components/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ const ForwardRefVideo = React.forwardRef(
}, [pickedSourceSrc, setVideoError, setVideoLoading, preloadCacheType, ref])
return (
<Video
muted
playsInline
autoPlay
preload="auto"
Expand Down

0 comments on commit 0fc32d4

Please sign in to comment.