emberjs / list-view

An incremental rendering list view for Ember.js
MIT License
465 stars 116 forks source link

Ember List View works fine with Ember 1.7.0, but not with Ember 1.8.0-beta.3 #168

Closed chrism closed 10 years ago

chrism commented 10 years ago

Here are two JSBins to illustrate the problem.

Using the JSBin example from the docs (but with Ember 1.7.0 works fine)... http://jsbin.com/kanife/2/

Switching to Ember 1.8.0-beta.3 (with no other changes) gives this error Uncaught TypeError: Object prototype may only be an Object or null: undefined http://jsbin.com/pesuk/2/

Is this a known issue? I can find an existing bug for it.

Thanks.

stefanpenner commented 10 years ago

list-view reaches into internals to bypass issues with older ember, and as such it does not yet work on 1.8x