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

React-Select conflict with Framer Motion #2833

Open
vivekdhimannn opened this issue Oct 15, 2024 · 0 comments
Open

React-Select conflict with Framer Motion #2833

vivekdhimannn opened this issue Oct 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@vivekdhimannn
Copy link

The Framer motion's latest version conflicts with the React-select library and renders it in the wrong position.
:- when the framer motion's motion.div is set as the parent component and react-select ios used inside it, the react-select renders a wrong position on menuPosition="fixed"
when I remove the motion.div then everything works fine,
Because of this, I cannot use framer motion and react-select library simultaneously.

Screenshot 2024-10-15 at 7 14 05 PM with framer motion Screenshot 2024-10-15 at 7 14 29 PM

and without it

to reproduce just run npm update where you are using react-select inside framer motion and you will have the same issue.

@vivekdhimannn vivekdhimannn added the bug Something isn't working label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant