chore(remotion): acknowledge Remotion license on Player instances
Some checks failed
QA Gate (P0/P1) / Test affected app (pull_request) Has been cancelled
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:
@@ -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
|
||||
/>
|
||||
),
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user