chore(remotion): acknowledge Remotion license on Player instances
Some checks failed
QA Gate (P0/P1) / Test affected app (pull_request) Has been cancelled

Suppresses the 'license required' console warning on the homepage.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Fusion
2026-05-14 10:40:57 +00:00
parent d59451968b
commit a0deefd4b2

View File

@@ -42,6 +42,7 @@ const RemotionSchemaPlayer = lazy(() =>
autoPlay
style={{ width: "100%" }}
inputProps={{ isDark }}
acknowledgeRemotionLicense
/>
),
}),
@@ -62,6 +63,7 @@ const RemotionDashboardPlayer = lazy(() =>
autoPlay
style={{ width: "100%" }}
inputProps={{ isDark }}
acknowledgeRemotionLicense
/>
),
}),
@@ -82,6 +84,7 @@ const RemotionEcommercePlayer = lazy(() =>
autoPlay
style={{ width: "100%" }}
inputProps={{ isDark }}
acknowledgeRemotionLicense
/>
),
}),