Closed mattgperry closed 5 months ago
Fixes https://github.com/framer/motion/issues/2269
As the React 19 upgrade branch could be open for a while, with two versions maintained (11.x for React 18 and 12.x for React 19) this PR cherrypicks the logic changes to keep rebases simpler and fix Suspense animations sooner.
11.x
12.x
Fixes https://github.com/framer/motion/issues/2269
As the React 19 upgrade branch could be open for a while, with two versions maintained (
11.x
for React 18 and12.x
for React 19) this PR cherrypicks the logic changes to keep rebases simpler and fix Suspense animations sooner.