Will components get loading / error substates in 2.0?

Oh, I didn’t see components have the didInsertElement hook too, nice! :smile:

I’m now banging my head against the wall at the next step: handling the promise returned by findAll('entity') in the component in order to update an isLoading flag after the promise fulfils, kind of what this post is about: Promises and computed properties

Would you mind helping me out with a quick example of how you solved the problem?