Bezalel P. answered 03/20/26
Self Learner teaching others how to learn and solve their problem
ts(2322) Type mismatch. You're assigning a value of one type where a different type is expected. In Remotion, this often happens when passing props that don't match the expected interface, or when transition/animation values aren't typed correctly.
ts(7031) Binding element implicitly has an 'any' type. This usually means a destructured parameter (like in a component's props) is missing a type annotation.
Will need to examine your specific code to problem solve. Thanks!