mharris717 / ember-cli-pagination

Pagination Addon for Ember CLI
MIT License
273 stars 116 forks source link

Ember Array no longer has slice #260

Closed jamesarosen closed 5 years ago

jamesarosen commented 5 years ago

https://github.com/mharris717/ember-cli-pagination/blob/bd8f3c8e6f2465bd346e60d758e7a0ccc61ddf72/addon/divide-into-pages.js#L6-L7

In ember@canary, all.slice no longer exists, so this fails.

jamesarosen commented 5 years ago

It looks like this was solved in ember-cli-pagination@3.1.3 by changing .create({…}) to .extend(…).create()