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 component dynamically changes its layout based on the value of its raw attribute.
It works as expected with Ember 1.12.0. With Ember 1.13-beta.1, the updateLayout method executes fine (no error is thrown), but the component renders nothing. Am I doing some wrong?
The text was updated successfully, but these errors were encountered:
I have the following component definition (details omitted):
The component dynamically changes its layout based on the value of its
raw
attribute.It works as expected with Ember 1.12.0. With Ember 1.13-beta.1, the
updateLayout
method executes fine (no error is thrown), but the component renders nothing. Am I doing some wrong?The text was updated successfully, but these errors were encountered: