Skip to content

Commit

Permalink
Merge pull request #706 from simonihmig/fix-ember6
Browse files Browse the repository at this point in the history
Disable prototype extensions to fix Ember 6
  • Loading branch information
simonihmig authored Nov 10, 2024
2 parents 45edff0 + e8048d3 commit 17faf7c
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 17faf7c

Please sign in to comment.