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

[BUG] AnimatePresence not keeping up #1439

Closed
Ploppy3 opened this issue Feb 1, 2022 · 2 comments
Closed

[BUG] AnimatePresence not keeping up #1439

Ploppy3 opened this issue Feb 1, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@Ploppy3
Copy link

Ploppy3 commented Feb 1, 2022

Describe the bug

If the state changes fast enough, the final state can be broken.

https://codesandbox.io/s/serene-poincare-q45cs?file=/src/Loader.js

Steps to reproduce

Click quickly on the toggle button, you should end up with no grey square, which shouldn't be possible.

Expected behavior

The transition should be complete.

Environment details

Tested on Firefox and Chrome.

@Ploppy3 Ploppy3 added the bug Something isn't working label Feb 1, 2022
@utileetdulce
Copy link

utileetdulce commented May 17, 2022

This seems to be related to
907
1534

@mattgperry
Copy link
Collaborator

Dupe #907

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

Successfully merging a pull request may close this issue.

3 participants