Closed nightire closed 5 years ago
ember 3.11.0-beta will not tolerate overriding init method without calling this._super(...arguments), below will cause application break down:
this._super(...arguments)
https://github.com/freshbooks/ember-responsive/blob/613f89e35c88b2809ac3941a4dff01924e0083d6/addon/services/media.js#L123-L138
👍 Just started seeing this as well in travis.
PR here: https://github.com/freshbooks/ember-responsive/pull/145
See #145
ember 3.11.0-beta will not tolerate overriding init method without calling
this._super(...arguments)
, below will cause application break down:https://github.com/freshbooks/ember-responsive/blob/613f89e35c88b2809ac3941a4dff01924e0083d6/addon/services/media.js#L123-L138