Skip to content

Documentation / @warp-drive/core / build-config/deprecations / DEPRECATE_STORE_EXTENDS_EMBER_OBJECT

ts
const DEPRECATE_STORE_EXTENDS_EMBER_OBJECT: boolean;

Defined in: warp-drive-packages/build-config/declarations/deprecations.d.ts:411

ember-data:deprecate-store-extends-ember-object

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.

Since

5.4

Until

6.0

Released under the MIT License.