'how to set Snackbar transition when auto hide?
i set autoHideDuration,but it only work when Snackbar open, not working at close.
<Snackbar
anchorOrigin={{ vertical: 'top', horizontal: 'center' }}
open={snackbarOpen}
onClose={() => setSnackbarOpen(false)}
autoHideDuration={3000}
TransitionComponent={SlideTransition}
key={SlideTransition.name}
>
<Alert severity="error">error</Alert>
</Snackbar>
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
