Skip to content

How to fix EXTEND_PROTOTYPES deprecation ? #16721

@zorn-v

Description

@zorn-v

Just updated deps and got

DEPRECATION: Accessing Ember.EXTEND_PROTOTYPES is deprecated, please migrate to Ember.ENV.EXTEND_PROTOTYPES [deprecation id: ember-env.old-extend-prototypes]

Nothing can find about it

I have standard config in config/environment.js

   EmberENV: {
      FEATURES: {
        // Here you can enable experimental features on an ember canary build
        // e.g. 'with-controller': true
      },
      EXTEND_PROTOTYPES: {
        // Prevent Ember Data from overriding Date.parse.
        Date: false
      }
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions