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
Ha, just saw this (after mentioning in #311), but you are right. In fact, now in Ember 4.x injecting like that no longer works, so I've suggested removing this part of the docs in #339
There is a mistake in code on the interactive documentation page.
application.inject(injectionTarget, 'notifications', 'notification-messages:service')
'notification-messages:service'
should be'service:notifications'
The text was updated successfully, but these errors were encountered: