Matt Perry

Results 115 comments of Matt Perry

@faradaytrs @thomashexagon can you check `node_modues/framer-motion/package.json` and double check that you have `11.13.3` installed as those types don't exist in `dist/index.d.ts` here: https://www.npmjs.com/package/framer-motion?activeTab=code

Reproducing on 19 locally I don't get the `className` error but do get the `onClick` `any` error.

@faradaytrs you I believe are running the correct version, now I’m curious about the className

@faradaytrs This should be fixed with `11.13.4` All: Please use `^11.13.4` going forward, closing this branch out.

Amazing post! Thanks for help thinking this through. On `transition`, `transitionFrom` etc... I think just these two would be enough. `transitionTo` **and** `transitionFrom` creates a potential conflict and the current...

Hey @akd-io This is the closest as I think I'll implement https://github.com/motiondivision/motion/pull/2951

Isn't it in dev mode that React now double renders as well as runs double effects?

Track React 19 progress here: https://github.com/framer/motion/pull/2667 Current compatible version is `[email protected]`

FYI `[email protected]` is out now, let me know if this fixes the need for overrides.

[This line](https://github.com/framer/motion/blob/main/packages/framer-motion/src/animation/optimized-appear/handoff.ts#L32) checks if handoff is complete. If it is, we know that the animation is being interrupted by a subsequent animation, so we cancel the optimised animation and start...