adopted-ember-addons/ember-keyboard

[ember-3] `priorityLevels` is undefined

mike-north opened this issue · 2 comments

Possibly due to interactions between proxies, a computed property, and Ember.get, priorityLevels ends up being undefined when this addon is used in ember@3.0.0-beta+4c958f73.

screen shot 2018-01-04 at 12 22 29 am

This should be easy to reproduce, by injecting the keyboard service onto any ember object that is later instantiated (i.e., a component)

Hi Mike! I tried reproducing this bug on the latest version of ember-keyboard using ember-source@3.0.0-beta.1, and everything was working fine on my components. If you haven't already, would you see if you can reproduce this on the latest version of ember-keyboard with your codebase? As it turns out, the keyboard service has been updated significantly, and there isn't even an activate function any longer.

Closing for inactivity. Feel free to reopen if this is still an issue. 😄