Skip to content

v7.6.0

Latest
Compare
Choose a tag to compare
@diegoddox diegoddox released this 04 Oct 18:18
· 32 commits to master since this release

Now you can define the toastr state path via a function

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