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
When installing nypr-design-system in a fresh Ember 3.25 app, I ran into missing dj service so I installed nypr-audio-services. Then I encountered this error:
Uncaught Error: Assertion Failed: Attempting to inject an unknown injection: 'service:dataLayer'
I believe when the original audio player was ported from nypr-jukeboxes, the additional service dependencies were not accounted for. 21ffa58
When installing
nypr-design-system
in a fresh Ember 3.25 app, I ran into missingdj
service so I installednypr-audio-services
. Then I encountered this error:I believe when the original audio player was ported from
nypr-jukeboxes
, the additional service dependencies were not accounted for. 21ffa58For the unknown injection error, I believe we need to either refactor to pass in necessary properties for this component or port over the services necessary from https://github.com/nypublicradio/nypr-jukeboxes/tree/main/app/services.
Would love to start a discussion!
The text was updated successfully, but these errors were encountered: