Skip to content

Commit

Permalink
Disable prototype extensions to fix Ember 6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonihmig committed Nov 10, 2024
1 parent 65ac363 commit e8048d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test-app/config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ module.exports = function (environment) {
// Here you can enable experimental features on an ember canary build
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
},
EXTEND_PROTOTYPES: {
// Prevent Ember Data from overriding Date.parse.
Date: false,
},
EXTEND_PROTOTYPES: false,
},

APP: {
Expand Down

0 comments on commit e8048d3

Please sign in to comment.