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
I suspect this is cause of sudden "Could not find module @ember/string imported from ember-modal-dialog/components/modal-dialog", after a transitive dependency upgrade. As of yet unable to find out which transitive dep is causing the break.. but nevertheless, I think it's an error that ember-modal-dialog doesn't declare that it has dependency on @ember/string. Similar problem as emberjs/ember-inflector#501.
The text was updated successfully, but these errors were encountered:
I suspect this is cause of sudden "Could not find module @ember/string imported from ember-modal-dialog/components/modal-dialog", after a transitive dependency upgrade. As of yet unable to find out which transitive dep is causing the break.. but nevertheless, I think it's an error that ember-modal-dialog doesn't declare that it has dependency on
@ember/string
. Similar problem as emberjs/ember-inflector#501.The text was updated successfully, but these errors were encountered: