You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing this in Ember's current service injection system is tricky since the injections are part of metal but dasherize etc are not. I punted and simply implemented in this repo for now.
Ensure the module unification resolver handles cases where:
Ember looks up
someSession
on the container as camelCase. This means we would require the normalization step for the resolver.An alternative approach would be to dasherize the property name before calling
lookup
in Ember./cc @tmquinn
The text was updated successfully, but these errors were encountered: