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

withSnackbarProps should be upper case #108

Closed lukejagodzinski closed 5 years ago

lukejagodzinski commented 5 years ago

The TS withSnackbarProps should be WithSnackbarProps. This is convention for naming props interfaces in TS for React.

lukejagodzinski commented 5 years ago

PR: https://github.com/iamhosseindhv/notistack/pull/109

iamhosseindhv commented 5 years ago

Fixed it #109