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
Incorrect behavior of partial context.
template.hbs
{{>partial"hello world"}}
partial.hbs
{{this}}
result [object] but expected hello world
This also doesn't work if you pass any variable from a shared context to a partial, then the partial will have the same context as the calling template.
handlebars version 5.1.2
The text was updated successfully, but these errors were encountered:
Incorrect behavior of partial context.
template.hbs
partial.hbs
result [object] but expected hello world
This also doesn't work if you pass any variable from a shared context to a partial, then the partial will have the same context as the calling template.
handlebars version 5.1.2
The text was updated successfully, but these errors were encountered: