We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e5feb2 commit ec5b9c7Copy full SHA for ec5b9c7
docs/recipes/reducers/ImmutableUpdatePatterns.md
@@ -53,7 +53,7 @@ Unfortunately, the process of correctly applying immutable updates to deeply nes
53
```js
54
function updateVeryNestedField(state, action) {
55
return {
56
- ....state,
+ ...state,
57
first : {
58
...state.first,
59
second : {
0 commit comments