Skip to content

Commit

Permalink
fix: never auto-freeze new objects
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Nov 9, 2018
1 parent 41fdc55 commit 2f381f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common.js
Expand Up @@ -156,8 +156,6 @@ function finalizeNonProxiedObject(parent) {
parent[i] = finalize(child)
} else finalizeNonProxiedObject(child)
})
// always freeze completely new data
freeze(parent)
}

export function is(x, y) {
Expand Down

0 comments on commit 2f381f5

Please sign in to comment.