mike-north/ember-composability

Does not work with ember 2.10.0 and above

Opened this issue · 2 comments

The _registerWithParent() is being executed on init. Causing the composableChildren array to be updated more than once in a single render.

Any key depending on composableChildren.[] and rendered in the template throw an error in 2.10.0. We should execute "renderWithParent()" inside the didInitAttrs() hook instead

Is there any PR/Fork fixing this issue?

Is this still a problem? I am using this (v1.0.1) with Ember 3.7.0 without problems (though there may still be a deprecation warning or two -- have them suppressed in deprecation-workflow at the moment).