We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb493d5 + ec5b9c7 commit 6c7fe8eCopy full SHA for 6c7fe8e
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