Was trying to fix this deprecation:
DEPRECATION: <client-web@component:dynamic-link::ember3232> Usage of targetObject is deprecated. Please use target instead. [deprecation id: ember-runtime.using-targetObject]
However, it seems that target is already being used to bind the html target attribute. So I'm not sure how to approach this one.
Personally, I think that using 'target' for the html property / binding makes more sense than using some alias. But given that Ember is now using target to mean something else.. I'm not sure what else can be done to make them coexist nicely.
Am I overlooking something? Did they overlook this case when they changed the API?
Any thoughts?
Thanks
Was trying to fix this deprecation:
DEPRECATION: <client-web@component:dynamic-link::ember3232> Usage of
targetObjectis deprecated. Please usetargetinstead. [deprecation id: ember-runtime.using-targetObject]However, it seems that target is already being used to bind the html target attribute. So I'm not sure how to approach this one.
Personally, I think that using 'target' for the html property / binding makes more sense than using some alias. But given that Ember is now using target to mean something else.. I'm not sure what else can be done to make them coexist nicely.
Am I overlooking something? Did they overlook this case when they changed the API?
Any thoughts?
Thanks