Closed chrism closed 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/
Uncaught TypeError: Object prototype may only be an Object or null: undefined
Is this a known issue? I can find an existing bug for it.
Thanks.
list-view reaches into internals to bypass issues with older ember, and as such it does not yet work on 1.8x
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.