You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was a holdover from 1.11 support, but I'm comfortable dropping that support now. Will come up with a PR to do so, or accept #92 if we can get the tests green ;)
This line in
ember-popper-base.js
triggers deprecation warnings in Ember 3.4.ember-popper/addon/components/ember-popper-base.js
Line 255 in 462532b
Can we change it to
this.registerAPI(this._getPublicAPI())
, given that closure actions are the way now andsendAction
is deprecated?I note the
eslint-disable ember/closure-actions
currently applied, not sure if there was a rationale for this though.The text was updated successfully, but these errors were encountered: