Makes the fallback argument optional to satisfy the AnimationPlaybackControls interface and resolve typescript errors for consumers of Framer Motion:
Context
I'm consuming framer-motion@v11.11.9 in a project running typescript@v5.6.3, and receiving the above TypeScript error from node_modules/framer-motion/dist/index.d.ts. There seems to be a mismatch in the types between GroupPlaybackControls and AnimationPlaybackControls
Makes the
fallback
argument optional to satisfy the AnimationPlaybackControls interface and resolve typescript errors for consumers of Framer Motion:Context
I'm consuming
framer-motion@v11.11.9
in a project runningtypescript@v5.6.3
, and receiving the above TypeScript error fromnode_modules/framer-motion/dist/index.d.ts
. There seems to be a mismatch in the types between GroupPlaybackControls and AnimationPlaybackControls