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
For example, currently buttons have their text updated every time the state of their parent view changes, which is completely unnecessary given that most of the time their label is static.
This could be achieved by adding extra checks to the update function for each view type (currently only text and button implement this).
The text was updated successfully, but these errors were encountered:
For example, currently buttons have their text updated every time the state of their parent view changes, which is completely unnecessary given that most of the time their label is static.
This could be achieved by adding extra checks to the
update
function for each view type (currently only text and button implement this).The text was updated successfully, but these errors were encountered: