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
Snackbar components uses componentWillReceiveProps to register a timeout callback to hide itself. However, componentWillReceiveProps is not call upon component first mount, This meanings if a Snackbar is set to 'show' upon mounting, it is not going to self-dismiss.
The text was updated successfully, but these errors were encountered:
dlin-me
changed the title
Snackbar won't dismiss if 'active' on mount
Snackbar won't auto dismiss if 'active' on mount
Oct 27, 2016
Snackbar components uses
componentWillReceiveProps
to register a timeout callback to hide itself. However,componentWillReceiveProps
is not call upon component first mount, This meanings if a Snackbar is set to 'show' upon mounting, it is not going to self-dismiss.The text was updated successfully, but these errors were encountered: