We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465dd0c commit bd689ecCopy full SHA for bd689ec
dotcom-rendering/src/components/LoopVideoPlayer.tsx
@@ -113,7 +113,6 @@ export const LoopVideoPlayer = forwardRef(
113
}: Props,
114
ref: React.ForwardedRef<HTMLVideoElement>,
115
) => {
116
- // Assumes that the video is unique on the page.
117
const loopVideoId = `loop-video-${uniqueId}`;
118
const { renderingTarget } = useConfig();
119
0 commit comments