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 calling closeSnackbar shortly after enqueuing, it should get closed.
Current Behavior
When closing a snackbar shortly after enqueuing it (0-230ms), it persists and won't get closed.
It seems to work correctly if the entering transition is almost completed, which is round about after 240-250ms.
Steps to Reproduce
Enqueue a keyed snackbar and close it shortly (0-230ms) after that.
Expected Behavior
When calling
closeSnackbar
shortly after enqueuing, it should get closed.Current Behavior
When closing a snackbar shortly after enqueuing it (0-230ms), it persists and won't get closed.
It seems to work correctly if the entering transition is almost completed, which is round about after 240-250ms.
Steps to Reproduce
You can reproduce / verify the problem on codesandbox.io.
Context
I'm using a snackbar as a progress report, which for some fast commands should get closed a few milliseconds later.
Your Environment
The text was updated successfully, but these errors were encountered: