When implementing notistack with the Material UI v 5.0.0-alpha.13, the snackbar doesn't dismiss automatically
Snackbars should dismiss automatically as per previous versions of Material UI
For working version:
I'm trying to use notistack to imperatively show snackbars
This seems related to v5 support of Notistack in https://github.com/iamhosseindhv/notistack/issues/295.
@oliviertassinari Appreciate you pointing me in the right direction, I've been able to temporarily workaround this by relying on notistack-next by running the following:
yarn add notistack@npm:npm:notistack-next
Hoping to see changes merged into master soon!
Most helpful comment
This seems related to v5 support of Notistack in https://github.com/iamhosseindhv/notistack/issues/295.