« All deprecation guides
Deprecation Guide for Global version of DS
until: 3.0.0
id: global-version-of-ds
Using the global version of DS is deprecated. Import DS
or specific modules from ember-data
where needed.
For example, if you had:
/* globals DS */
It would be refactored to:
import DS from 'ember-data';