-
Notifications
You must be signed in to change notification settings - Fork 49
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
Nested Pod Styles #10
Comments
We're using nested components with this addon in production, and I just added a couple tests (which I actually thought already existed) to make sure those continue to work moving forward. Based on that error, it looks as though the |
So as mentioned in #11, my Ember Engines setup was likely what was causing issues. Everything seems to work now after restarting Ember server. Thanks for adding the tests. We can probably close this issue! |
Incidentally, the normalized project structure proposed in emberjs/rfcs#124 would eliminate the need to manually import |
I'm not sure that this supports nested pod components. For example, given the structure
I will receive the error
Uncaught Error: Failed to create an instance of 'styles:infinite-list/list-item'. Most likely an improperly defined class or an invalid module export.
Am I doing something wrong?The text was updated successfully, but these errors were encountered: