We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abb018 commit da1e02aCopy full SHA for da1e02a
1 file changed
README.md
@@ -141,8 +141,6 @@ It is possible to embed async actions within each other too and awaiting their r
141
await dispatch(fetchUsers());
142
```
143
144
-You can access `thunk` even as static member of the `Store`: `Store.thunk`
145
-
146
### Injecting extra argument
147
148
It is possible to inject extra arguments into async actions:
0 commit comments