adopted-ember-addons/ember-keyboard

keyResponder wrapped classic components missing component arguments

bjornharrtell opened this issue · 3 comments

We've been trying to upgrade to 6.x with the method described at http://adopted-ember-addons.github.io/ember-keyboard/deprecations but we get an unexpected problem in that component arguments becomes undefined. I've made a reproduction repository at https://github.com/bjornharrtell/ek-repro and the problem is specifically noted here:

https://github.com/bjornharrtell/ek-repro/blob/4f01de4646ec385490daa55643a03008b5859a69/app/components/withk.js#L7

While an otherwise identical component without keyResponder wrapping works as expected at https://github.com/bjornharrtell/ek-repro/blob/4f01de4646ec385490daa55643a03008b5859a69/app/components/withoutk.js#L6.