You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a list of items, each using a Collapsible to toggle show/hide with animation.
The collapse state of all items are controlled by a single boolean flag.
If I change the order of the items, their collapsibles will flash (a quick toggle) even if the flag is not changed.
It should also be noted that when the page is first loaded, clicking the reverse button will swap them normally;
But if you toggle the collapse state and back again, it will flash at next reverse.
Description
I have a list of items, each using a Collapsible to toggle show/hide with animation.
The collapse state of all items are controlled by a single boolean flag.
If I change the order of the items, their collapsibles will flash (a quick toggle) even if the flag is not changed.
It should also be noted that when the page is first loaded, clicking the reverse button will swap them normally;
But if you toggle the collapse state and back again, it will flash at next reverse.
Link to Reproduction
https://stackblitz.com/edit/chakra-ui-v3-ib5zi6pl
Steps to reproduce
Chakra UI Version
3.2.2
Browser
Mozilla Firefox v133.0
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: