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
Hi, I am trying to use the <Toggle> container to control the animation of a component, but the animations snaps between start and end instead of actually animating. This seems to be due to the children of the <Toggle> being completely re-rendered, instead of receiving new prop values.
Hi, I am trying to use the
<Toggle>
container to control the animation of a component, but the animations snaps between start and end instead of actually animating. This seems to be due to the children of the<Toggle>
being completely re-rendered, instead of receiving new prop values.I think
styleguidist
had a similar issue: styleguidist/react-styleguidist#51If you want I can provide a reproduction repo, but the setup is a little complicated.
The text was updated successfully, but these errors were encountered: