tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

Snackbar | Make onTimeout optional #451

Open omerts opened 7 years ago

omerts commented 7 years ago

Hello,

We are using the snackbar to display an error message to the user, but we have no need to do anything after the component has been hidden. Not setting onTimeout throws a warning because this prop is required.

What do you think about making the onTimeout optional? Imho, why force someone to do something when the snackbar is hidden?