Skip to content

Commit c7ae933

Browse files
committed
feat: changeme update
1 parent 03419d4 commit c7ae933

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# v7.6.0
2+
Now you can define the toastr state path via a function
3+
```
4+
<ReduxToastr
5+
{...anotherProps}
6+
getState={(state) => state.toastr} // This is the default
7+
/>
8+
```
9+
110
# v7.5.2
211
[#245] Fix W3C validation errors
312

0 commit comments

Comments
 (0)