mirror of
https://github.com/zhigang1992/redux-form.git
synced 2026-04-30 05:15:41 +08:00
release prep
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"react-redux": "^4.4.1",
|
||||
"redux": "^3.3.1",
|
||||
"redux-form": "file:../../",
|
||||
"redux-form-website-template": "0.0.33"
|
||||
"redux-form-website-template": "0.0.34"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.3.15",
|
||||
|
||||
@@ -4,7 +4,7 @@ There may be times when, in your form component, you would like to have access t
|
||||
some of the fields in your form. To get them, you will need to `connect()` directly to the form
|
||||
values in the Redux store. To facilitate this common use case, `redux-form` provides a convenient
|
||||
selector via the
|
||||
[`formValueSelector`](http://redux-form.com/6.0.0-rc.3/docs/api/FormValueSelector.md/)
|
||||
[`formValueSelector`](http://redux-form.com/6.0.0-rc.4/docs/api/FormValueSelector.md/)
|
||||
API.
|
||||
|
||||
**WARNING**: Use this method sparingly, as it will cause your _entire_ form to re-render every
|
||||
|
||||
Reference in New Issue
Block a user