You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/guides/quickstart.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Check out the above links if you need any help with those prerequisites.
16
16
-`npm install react-redux-form --save`
17
17
18
18
**Note:** - `redux-thunk` is no longer required for versions 1.3.0 and higher, unless you are using action thunk creators (such as `actions.push`, etc.).
19
-
Please see [the docs for action creators]('../api/actions.html') to see which actions do not require `redux-thunk`.
19
+
Please see [the docs for action creators](../api/actions.html) to see which actions do not require `redux-thunk`.
20
20
If you are using a previous version, `redux-thunk` is still required, but upgrading to the latest version is highly recommended.
0 commit comments