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
Hi @vidya-lingineni, can you please clarify the issue? I would expect the widget to be rerendered multiple times over the 1s time period with different values for the CurrentPrice state property. Are you saying that it never renders the widget using the values of state1, state2, and state4 and that it goes directly to state4?
yomed
added a commit
to yomed/marko-widgets
that referenced
this issue
Aug 27, 2015
When we are invoking setstate with settimeout, rerendering is not happening for later timeouts.
Output state is state4
but expected state is state4, state2, state3
The text was updated successfully, but these errors were encountered: