Daron Robinson

Results 2 comments of Daron Robinson

I seem to have got it going using this syntax: import allOtherAppReducers from './allTheOtherAppReducers.js' import myCustomFormDataReducer from './myCustomFormDataReducer.js' const store = createStore( combineReducers({ ...allOtherAppReducers, apollo: apolloClient.reducer(), ...createForms({ formData: myCustomFormDataReducer })...

So I have: ``` generators => [ 'api' => [ 'class' => \cebe\yii2openapi\generator\ApiGenerator::class, 'urlConfigFile' => '@api/config/url-rules.rest.php', 'controllerNamespace' => 'api\\controllers', 'modelNamespace' => 'common\\models', 'fakerNamespace' => 'common\\models\\faker', 'migrationPath' => '@common/migrations', ] ],...