WIP: Fix attributes not available in didRender#65
Conversation
c11e259 to
557f683
Compare
|
@rwjblue did a quick naive PoC changing the order in And indeed that commit makes the previously failing test pass for Ember 2.16 and 2.18! Ember 3.1 - 3.3 are still failing, as they use a different if-block of the runtime polyfill, and I was not sure how to approach them (also patching the Glimmer environment as in the older versions?). Also the patched But at least this seems to confirm your thoughts that the issue is related to the order how modifiers and component hooks are called. I feel I am not really able to efficiently dig further into this, as I am missing too much context about the internals involved here. But hopefully this makes it easier to pick this up? Would you be able to do so? 🙏 |

See #64