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 326654c commit 9236923Copy full SHA for 9236923
1 file changed
packages/app-web/src/EmbeddedVideo.tsx
@@ -26,7 +26,8 @@ export function EmbeddedVideo({ youtubeSlug }: Props) {
26
height="100%"
27
controls
28
onError={(error) => {
29
- console.warn(`Error loading YouTube video: ${error}`);
+ console.warn("Error loading YouTube video:");
30
+ console.warn(error);
31
setIsError(true);
32
}}
33
/>
0 commit comments