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.
1 parent dd5e398 commit 97c1d76Copy full SHA for 97c1d76
docs/recipes/reducers/NormalizingStateShape.md
@@ -82,7 +82,7 @@ An example of a normalized state structure for the blog example above might look
82
body : "......",
83
comments : ["comment3", "comment4", "comment5"]
84
}
85
- }
+ },
86
allIds : ["post1", "post2"]
87
},
88
comments : {
0 commit comments