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

Commit 015f6cf

Browse files
committed
Ensuring change before form actions are applied in form reducer. Fixes #784
1 parent 1023edd commit 015f6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/form-reducer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ export default function createFormReducer(
4848
customInitialFieldState, options);
4949

5050
const defaultPlugins = [
51-
createFormActionsReducer({ initialFieldState: customInitialFieldState }),
5251
changeActionReducer,
52+
createFormActionsReducer({ initialFieldState: customInitialFieldState }),
5353
];
5454

5555
const wrappedPlugins = plugins

0 commit comments

Comments
 (0)