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
at http://localhost:7357/assets/test-support.js:7385: Could not
find module `ember-resolver/utils/module-registry` imported from `ember-cli-test
-model-waiter/instance-initializers/test-model-waiter`
The text was updated successfully, but these errors were encountered:
Hey, thanks for the report. These are the versions I was using when writing this module so I'm having trouble reproducing this. Would you mind including an example of the code that triggers the error?
Oh, and looks like you mentioned in FirebaseExtended/emberfire#312 that you were able to hack around this issue but ran into others. Mind expanding on the solution and other problems?
I hacked around this by just removing the reference to the module-registry in your initializer and using a fixed/test array of model names.
The issue was from import ModuleRegistry from 'ember-resolver/utils/module-registry';
This addon looks like its using Ember 1.13.7 and Ember-CLI 1.13.8 ?
ember-cli 1.13.13
ember 2.2.0
The text was updated successfully, but these errors were encountered: