Skip to content

Commit

Permalink
Performance optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 13, 2022
1 parent 8552d6f commit 62b3979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/normalize/lib/wild_wild_path_utils/include.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const include = function (
}

const pickEntry = function (classes, newTarget, { path, value }) {
return set(newTarget, path, value, { classes, mutate: false })
return set(newTarget, path, value, { classes, mutate: true })
}

// Remove values matching a query
Expand Down

0 comments on commit 62b3979

Please sign in to comment.