Open
Description
site url : https://guides.emberjs.com/v3.14.0/components/
{{#each this.model as |post|}}
{{!-- either foo-component or bar-component --}}
{{#let (component this.componentName) as |Post|}}
<Post @post={{post}} />
{{/let}}
{{/each}}
{{#let (component this.componentName) as |Post|}} should be changed to {{#let (component post.componentName) as |Post|}}
Here the 'this' in the block refers to a controller, which leads to misunderstanding
Metadata
Metadata
Assignees
Labels
No labels