open-next
open-next copied to clipboard
replace delete with assigning to undefined
Replacing delete X.y with X.y = undefined avoids killing any optimizations done by V8 to access the properties of an object faster.
Subset of https://github.com/opennextjs/opennextjs-aws/pull/1002
🦋 Changeset detected
Latest commit: e86d4c6baa7a315490ddb305ac255a0766e78c40
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 2 packages
| Name | Type |
|---|---|
| @opennextjs/aws | Patch |
| app-pages-router | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR