@bracke wrote:
Hi
Is there any way to make ember-cli warn about duplicate hooks in a component?
Example:
didReceiveAttrs(){ this._super(...arguments); .. ... }, .. .. . .. . . didReceiveAttrs(){ this._super(...arguments); .. .. },
I just wasted an hour figuring out why my code (the first one) was not being called
kind regards
Bent Bracke
Posts: 3
Participants: 3