react-redux-toastr
Advanced tools
Changelog
v7.6.4
Fixes: [#238]
disableCloseButtonFocus
can be passed as a options in the toast methods in
order to prevent the auto focus.
Changelog
v7.6.0
Now you can define the toastr state path via a function
<ReduxToastr
{...anotherProps}
getState={(state) => state.toastr} // This is the default
/>