-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rearranged so await component resolves correctly #6
Conversation
Could to describe the issue a bit more? 🤔 |
Addons cannot have folders (pods style) when reexporting components in app folder. |
Hmm... Im wondering why dummy app works then. 🤔 |
Yeah, it's inconsistent, hence not recommend. Bug somewhere in resolver. |
I tested that in a new app and everything works as expected. I need more details what is exactly not working, and in which ember's version |
It might be if the app is using pods? Mine is. Latest version. |
Hmm... I work on app which use pods, and addons with the same export pattern. That works too. The issue needs to be somewhere else. 🤔 |
Are you using podModulePrefix? Mine is set |
Confirmed podModulePrefix is the issue. Pods without this option work fine as well as classic structure. I think that issue should be reported in ember-cli repo. |
For now, lets use this one as hotfix for the issue |
Await was not resolving. Had a go at rearranging it so it resolves correctly.
Not sure if this is the right way. Never modified an add-on like this.