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 tried using this addon in a brand new Ember app at the latest LTS, version 4.12.3.
Unfortunately it doesn't work, with the following error:
Uncaught Error: Could not find module `@ember/-internals/routing/lib/system/route` imported from `ember-custom-elements/route-connections`
at missingModule (loader.js:247:1)
at findModule (loader.js:258:1)
at Module.findDeps (loader.js:168:1)
at findModule (loader.js:262:1)
at requireModule (loader.js:24:1)
at Object.r [as require] (loader.js:176:1)
at Module.callback (route-connections.js:31:1)
at Module.exports (loader.js:106:1)
at Module._reify (loader.js:143:1)
at Module.reify (loader.js:130:1)
The text was updated successfully, but these errors were encountered:
kevinkucharczyk
added a commit
to kevinkucharczyk/ember-custom-elements
that referenced
this issue
Aug 6, 2023
I tried using this addon in a brand new Ember app at the latest LTS, version 4.12.3.
Unfortunately it doesn't work, with the following error:
The text was updated successfully, but these errors were encountered: