Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX BETA CANARY] Add ember-decorators-polyfill dep to @ember-data…
…/store Extracted from emberjs#6098 emberjs#6249 refactored `Store` to a class. As part of this refactoring, `Store#defaultAdapter` was implemented using the `@computed` decorator. Using the `@computed` decorator requires Ember 3.10+. This adds [`ember-decorators-polyfill`](https://github.com/pzuraq/ember-decorators-polyfill) as a dependency to `@ember-data/store` to add support for Ember < 3.10.
- Loading branch information