Commit eeaf421
Miriad
fix: pass all scene data through mapInputProps to Remotion
mapInputProps() was cherry-picking only 6 fields per scene, dropping
sceneType, code, list, comparison, mockup, and wordTimestamps. This
caused SceneRouter to fall through to the generic Scene component for
every scene, making all videos look like plain word overlays.
Fix: spread the full scene object (...s) instead of cherry-picking.
Added missing fields to RenderInput type: sceneType, code, list,
comparison, mockup, wordTimestamps.1 parent 75fe97c commit eeaf421
1 file changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
51 | 56 | | |
| 57 | + | |
52 | 58 | | |
53 | 59 | | |
54 | 60 | | |
| |||
112 | 118 | | |
113 | 119 | | |
114 | 120 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 121 | + | |
120 | 122 | | |
121 | | - | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
0 commit comments