react-redux-snackbar
react-redux-snackbar copied to clipboard
A snackbar (displays "toast"-messages) for reactjs, using the redux state container
I'd like to set width and text-align. How can I do that?
Hi all, please help me solve this problem I use react-redux-snackbar to show notification on my project and the code is like this:  The type for snack is doesn't...
Is there a way I can set style by providing `styles` in the dispatch statement?
Hi, I've tried to add a custom into showSnack for adding a different background if is an error or a success for exemple but nothing... Do you have any advice...
Hi :) An error occurs when used with an immutable reduction. The area where Error occurs corresponds to the mapStateToProps when connecting. ```javascript snack: state.snackbar.queue[0] || null ```
Is there a way to show actions? Like in the material-spec: 
For example for the `timeout`. Because it doesn't feel correct to add a timeout to every snack manually. The whole idea of a snackbar is to disappear after some time....
I don't think it happens very often that a snackbar is closed based on some logic other than user interaction or timeout. So, it would be nice if the `uniqueId`...