Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 0cd3aba

Browse files
authored
Merge pull request #1000 from bugzpodder/master
Mention react-redux 5.x.x support for LocalForm
2 parents 101d3bd + dfd9e82 commit 0cd3aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default class MyApp extends React.Component {
5050

5151
That's all you need. Seriously. [Read the Documentation](http://davidkpiano.github.io/react-redux-form/docs/guides/local.html) for more information.
5252

53-
**NOTE:** Please use `<LocalForm>` with `react-redux` version 4.x.x.
53+
**NOTE:** Please use `<LocalForm>` with `react-redux` version 4.x.x or 5.x.x.
5454

5555
## Quick Start
5656
For more fine-grained control (such as using custom reducers, storing form state globally, dispatching actions, etc.), you'll want to set up a Redux store for your forms.

0 commit comments

Comments
 (0)