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
view.init!then -> view.render! may not work since we need by selector initialization especially when selector may changes over time - after all we may not want to call init each time when we want to render, but still want to ensure that initialization is done before rendering for each selector.
we may need some object to be used in render after inited.
The text was updated successfully, but these errors were encountered: