-
-
Notifications
You must be signed in to change notification settings - Fork 885
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
Labels
bug
Something isn't working
Comments
This was referenced May 17, 2022
JaeSeoKim
added a commit
to JaeSeoKim/motion
that referenced
this issue
Jun 3, 2022
JaeSeoKim
added a commit
to JaeSeoKim/motion
that referenced
this issue
Jun 6, 2022
JaeSeoKim
added a commit
to JaeSeoKim/motion
that referenced
this issue
Jun 10, 2022
utileetdulce
pushed a commit
to artcom/motion
that referenced
this issue
Aug 10, 2022
JaeSeoKim
added a commit
to JaeSeoKim/motion
that referenced
this issue
Aug 17, 2022
utileetdulce
pushed a commit
to utileetdulce/motion
that referenced
this issue
Oct 24, 2022
Dupe #907 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: