iamhosseindhv / notistack

Highly customizable notification snackbars (toasts) that can be stacked on top of each other
https://notistack.com
Other
3.93k stars 298 forks source link

Material UI v4 support #82

Closed duongdev closed 5 years ago

duongdev commented 5 years ago

Hi, do you have any plans to support material-ui v4 in the near feature?

xiaoxiangmoe commented 5 years ago

https://github.com/iamhosseindhv/notistack/blob/039f3f705db61217b7ac3515bcac97a7b1ddc2e9/src/SnackbarItem/SnackbarItem.styles.js#L15-L17

Warning: Material-UI: theme.spacing.unit usage has been deprecated.
It will be removed in v5.
You can replace `theme.spacing.unit * 2` with `theme.spacing(2)`.
iamhosseindhv commented 5 years ago

We will for sure support v4 and this will be fixed in the next release. Thanks for reporting.