jerel / ember-cli-loading-slider

A YouTube like loading indicator for EmberJS packaged as an Ember CLI add-on.
MIT License
116 stars 36 forks source link

addon call didRender component #35

Closed denniscastro closed 6 years ago

denniscastro commented 6 years ago

Hi. I have a problem

On a page with component, the component's didRender hook runs when I use the addon and go to other page (transition)

I've tried other components and the same thing happens.

IF I remove the addon all works well.

¿?

jerel commented 6 years ago

The didRender hook is going to run anytime a passed in property changes. If you can elaborate on what it is that you feel is a bug please let me know.