We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 399fbfc commit 08c8c88Copy full SHA for 08c8c88
1 file changed
test/performance/benchmark-reducer.ts
@@ -53,8 +53,8 @@ const concat = (index) => ({
53
54
const actions = {
55
// add,
56
- // remove,
57
- update,
+ remove,
+ // update,
58
// concat,
59
};
60
0 commit comments