@kbullaughey wrote:
In Ember 1.13.x, Ember.Checkbox extends Ember.View while in 2.x it extends Ember.Component. I have a 1.13.x app that uses a customized radio input that is extending Ember.Checkbox. But I don't see a way to get rid of the
{{view}}
deprecation warning, because I don't have the Ember.Component-derived checkbox functionality.Thoughts on how I should proceed?
I would rather not reinvent the checkbox as my own component, but I don't want to upgrade to 2.x until I can get rid of all these deprecation notices.
Posts: 2
Participants: 2