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
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Structure of stream appears to have changed
The output from the helper appears to be [Object object] once the container lookup passes.
Supposedly 1.13 supports non-dasherized helpers, so perhaps the hack to register the helper in the initializer is no longer needed (this would be great for testing).
The text was updated successfully, but these errors were encountered:
blimmer
changed the title
t helper is broken with glimmer
t helper is broken with glimmer (1.13 compatibility)
Jun 14, 2015
The helper.js implementation appears to be incompatible with the newly released Ember 1.13 helpers.
There are several errors associated with these changes, it seems:
This patch fixes this part:
The output from the helper appears to be
[Object object]
once the container lookup passes.Supposedly 1.13 supports non-dasherized helpers, so perhaps the hack to register the helper in the initializer is no longer needed (this would be great for testing).
The text was updated successfully, but these errors were encountered: