Deprecation warnings encountered when using this addon:
"The didInstall, didReceiveArguments, and didUpdateArguments hooks are deprecated. Use the new modify hook instead. [deprecation id: ember-modifier.use-modify]"
"using this.args is deprecated. Access positional and named arguments directly in the modify hook instead. [deprecation id: ember-modifier.no-args-property]"
Deprecation warnings encountered when using this addon:
didInstall
,didReceiveArguments
, anddidUpdateArguments
hooks are deprecated. Use the newmodify
hook instead. [deprecation id: ember-modifier.use-modify]"this.args
is deprecated. Access positional and named arguments directly in themodify
hook instead. [deprecation id: ember-modifier.no-args-property]"Appears to be coming from here: https://github.com/PrecisionNutrition/ember-resize-kitchen-sink/blob/1e1797e98246e7903e6c58529344e23f9ef6ade0/packages/ember-on-resize-modifier/addon/modifiers/on-resize.js#L9-L22
See also: