You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@remotion/transitions: Fix stack traces by avoiding exports mutation
Change `export const TransitionSeries` to `const` + `export {TransitionSeries}`
so the CJS compiler doesn't turn property assignments into
`exports.TransitionSeries.X = ...`, which breaks addSequenceStackTraces.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* @description Manages a series of transitions and sequences for advanced animation controls in Remotion projects, handling cases with varying timings and presentations.
0 commit comments