Skip to content
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

Template rendering with pod structure #19

Closed
dguettler opened this issue Feb 8, 2016 · 3 comments
Closed

Template rendering with pod structure #19

dguettler opened this issue Feb 8, 2016 · 3 comments

Comments

@dguettler
Copy link

When trying to use pod structure component templates are rendered empty.
The component is looked up correctly within ember-island, but the template seems to be missing.
I confirmed that the same component renders correctly when served via ember serve and included directly in the application.hbs template.

@mitchlloyd
Copy link
Owner

I'm suspicious that Ember's componentLookup may not be resolving these templates. Need to investigate how component lookup works in an Ember CLI app using PODs.

@mitchlloyd
Copy link
Owner

I couldn't reproduce with with Ember ~2.1.0 and ~2.3.0 and I couldn't. Is it possible you're using a more bleeding edge Ember? If so, I'm a little wary of making changes for unreleased Ember versions... especially for features like pods that are still undergoing lots of churn.

Otherwise, let me know what Ember version you're using. If you have a public repo to reproduce that would be even better!

@mitchlloyd
Copy link
Owner

@dguettler and I were able to debug over Slack. For now the componentLookup technique remains strong, it appears to be working with POD organizations in Ember 2.3.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants