-
-
Save prasanna1211/c3b1d9f1d70f8ce80db1ad24751d9856 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
// in your root reducer import { combineReducers } from 'redux'; | |
import { reducer } from 'redux-form'; | |
export default combineReducers({ | |
form: reducer, // form Reducer which has all details about form. | |
// ...other reducers }); | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment