Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update framer-motion to v11.0.6 from v6.3.3 fixing post state update on feed type change #5

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

deepsingh132
Copy link
Owner

This pull request focuses on updating the framer-motion library from version 6.3.3 to 11.0.6. The primary motivation for this update was to resolve an issue with the <AnimatedPresence> component. Previously, even after updating the posts array, the component caused old posts to remain displayed but hidden, occupying space with an opacity of 0. This behaviour was due to a bug in the library itself. By upgrading to version 11.0.6, we address this issue directly, ensuring that the post state is properly updated when changing the feed type, and posts display as expected without lingering hidden elements.

Copy link

vercel bot commented Feb 27, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
artsphere ✅ Ready (Inspect) Visit Preview Feb 27, 2024 3:05pm

@deepsingh132 deepsingh132 merged commit e4c9493 into main Feb 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant