module@warp-drive/core/build-config/deprecations
Variable DEPRECATE_STORE_EXTENDS_EMBER_OBJECT sincev5.4
ts
ember-data:deprecate-store-extends-ember-objectconst DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: boolean;When the flag is true (default), the Store class will extend from @ember/object. When the flag is false or ember-source is not present, the Store will not extend from EmberObject.
Until
6.0