Nullable New Params

Fix newly added optional parameters, optional React props, and optional type/interface members in Remotion monorepo diffs by converting internal APIs to required nullable values and updating call sites. Use when a PR, review, or user asks to forbid new `foo?: T` / `param?: T` additions except for exported or documented public APIs where requiring the value would be breaking.

Remotion 14f6894 3 files · 7.2 KB Updated 3.9k repo stars

File contents

remotion-dev/remotion/tree/main/.agents/skills/nullable-new-params commit 14f6894604

Frequently asked questions

npx skillmds add remotion-dev/nullable-new-params