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
When using async function as the leave prop in useTransition, the component always fails to update and unmount the child once the async function resolves.
🐛 Bug Report
When using async function as the
leave
prop in useTransition, the component always fails to update and unmount the child once the async function resolves.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The
<animated.div>
should unmount when the asyncleave
resolves.Environment
react-spring
v9.0.0-canary.808.15.d4e5904react
v16.12.0The text was updated successfully, but these errors were encountered: