React Redux Toastr Versions Save

react-redux-toastr is a toastr message implemented with Redux

v7.6.0

4 years ago

Now you can define the toastr state path via a function

<ReduxToastr
    {...anotherProps}
    getState={(state) => state.toastr} // This is the default
/>

7.5.2

4 years ago

Fix W3C validation errors

v7.1.7

6 years ago