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
Simply changing control to a normal property does not seem to work ([1]). So on what preconditions am I stepping on and how should this be done correctly?
[1] Simple modification to use simple property instead of a computed property.
All Flame-views inherit from Ember.ContainerView.
In
Ember.ContainerView#init
there are the following lines:Currently, for controls at least, this causes three calls to createChildView: first by the getter, then the direct call to createChildView and at last, the setter also causes a call (see https://github.com/flamejs/flame.js/blob/master/views/form_view.js#L80).
Simply changing
control
to a normal property does not seem to work ([1]). So on what preconditions am I stepping on and how should this be done correctly?[1] Simple modification to use simple property instead of a computed property.
The text was updated successfully, but these errors were encountered: