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
After upgrade to Ember 3.4 I am getting deprecation warnings
DEPRECATION: You called <my-app@component:x-select::ember975>.sendAction("action") but Component#sendAction is deprecated. Please use closure actions instead. [deprecation id: ember-component.send-action] See https://emberjs.com/deprecations/v3.x#toc_ember-component-send-action for more details.
Steps To Reproduce:
I have deprecation warning for each component use. I use exactly the same method of invocation like described in ReadMe
{{#x-select value=selections multiple=true action="selectionsChanged" as |xs|}}
etc
The text was updated successfully, but these errors were encountered:
Lots of refactoring going on & since fixing this deprecation will create a breaking change, it'll be x-select 4.0. Don't worry though, that's basically the only breaking change that is going to happen (I think! knocks on wood)
Version of x-select: 3.1.1
Ember Version / Ember CLI Version:
Ember Version: 3.4
Ember CLI Version: 3.4.3
Expected Behavior
no deprecation warnings
Actual Behavior
After upgrade to Ember 3.4 I am getting deprecation warnings
DEPRECATION: You called <my-app@component:x-select::ember975>.sendAction("action") but Component#sendAction is deprecated. Please use closure actions instead. [deprecation id: ember-component.send-action] See https://emberjs.com/deprecations/v3.x#toc_ember-component-send-action for more details.
Steps To Reproduce:
I have deprecation warning for each component use. I use exactly the same method of invocation like described in ReadMe
The text was updated successfully, but these errors were encountered: