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
The parent template context isn't being passed down to partials that are nested. It is only being passed down to the first partial that is being invoked
Related issues:
emberjs/ember.js#15791
Steps to reproduce
The parent template context isn't being passed down to partials that are nested. It is only being passed down to the first partial that is being invoked
Example:
In the
name.hbs
partial, the record isundefined
.Expected result:
Rendered template should be:
Actual result
The text was updated successfully, but these errors were encountered: