Skip to content

Instantly share code, notes, and snippets.

@innovid-rnd
Created March 6, 2018 12:19
Show Gist options
  • Save innovid-rnd/9072dd1cb606b0263138494d78a5dc8c to your computer and use it in GitHub Desktop.
Save innovid-rnd/9072dd1cb606b0263138494d78a5dc8c to your computer and use it in GitHub Desktop.
Injecting the redux form reducer on the GenerateTags component load
public componentDidMount() {
const reduxFormReducer = require("redux-form").reducer;
injectAsyncReducer(store, "form", reduxFormReducer);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment