We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f8a6a6 + 6439d8c commit c71bf13Copy full SHA for c71bf13
1 file changed
packages/editor-core/src/reducer/reducer.ts
@@ -19,7 +19,6 @@ const reducer = (state: any, action: any) => {
19
return { ...state };
20
case 'UPDATE_PROPS':
21
state.components[action.id] = {
22
- ...state.components[action.id],
23
...action.props
24
};
25
0 commit comments