fix(types): satisfy strict tsc for production build (deploy unblock)
🔍 Lint / 🪄 Check lint (push) Has been cancelled
🔍 Lint / 🎨 Check format (push) Has been cancelled
🔍 Lint / 🔎 Typecheck (push) Has been cancelled
📊 Quality / 🔒 Security Audit (push) Has been cancelled
📊 Quality / 📋 Dependency Freshness (push) Has been cancelled
📊 Quality / 📦 Bundle Size (push) Has been cancelled
🔍 Lint / 🏗 Build (push) Has been cancelled

This commit is contained in:
Tom Boullay
2026-06-03 02:40:54 +02:00
parent e9808f8473
commit d8b916d31f
12 changed files with 56 additions and 51 deletions
+4 -1
View File
@@ -16,7 +16,10 @@ export function OutroVideoOverlay(): React.JSX.Element | null {
setVisible(true);
}
window.addEventListener("outro-cinematic-complete", handleCinematicComplete);
window.addEventListener(
"outro-cinematic-complete",
handleCinematicComplete,
);
return () => {
window.removeEventListener(
"outro-cinematic-complete",