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 e58731e commit 3e64bc9Copy full SHA for 3e64bc9
dotcom-rendering/src/components/LoopVideoPlayer.tsx
@@ -125,6 +125,11 @@ type Props = {
125
* Note that in React 19, forwardRef is no longer necessary:
126
* https://react.dev/reference/react/forwardRef
127
*/
128
+/**
129
+ * NB: To develop the loop video player locally, use `https://r.thegulocal.com/` instead of `localhost`.
130
+ * This is required because CORS restrictions prevent accessing the subtitles and video file from localhost.
131
+ */
132
+
133
export const LoopVideoPlayer = forwardRef(
134
(
135
{
0 commit comments