adopted-ember-addons/ember-keyboard

didInstall, didReceiveArguments, didUpdateArguments hooks deprecated

brettgoulder opened this issue · 0 comments

The didInstall, didReceiveArguments, didUpdateArguments, willDestroy lifecycle hooks are deprecated and were removed in ember-modifier 4.0.

Currently the {{on-key}} modifier uses these and should be modified to use modify() instead, as per this migration article.