6 ms·
I have the same problem. list-view 2.0 exists as a branch on krisseldens github (https://github.com/krisselden/list-view/network https://github.com/krisselden/l
by jonnii 11y ago
I have the same problem. list-view 2.0 exists as a branch on krisseldens github (https://github.com/krisselden/list-view/network https://github.com/krisselden/list-view/network) and there have been other people forking from there. The implementation is _much_ simpler now due to glimmer, no more needing to get funky with ember internals. So it's essentially a re-write.
I haven't tried the 2.0 branch myself, but it _should_ be a drop in replacement.
- mrinterweb 11y agoThat is good to know. I figured that ember-list view was likely using some private APIs and fiddling with the ember internals. It makes sense that the Glimmer engine would require a large amount rewrite work for list-view.
- zaius 11y agoI just finished getting this working - if you clone that branch there is an example ember-cli app inside tests that has some examples which are great starting points.
- mrinterweb 11y agoFantastic. Thank you. I'll carve out some time for upgrading soon.