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 private _todo list is not cleared after initial execution so repeats the execution on second render.
There does not seem to be any reason any reason to maintain the _todo list after it has been done and the ctx object has been updated with necessary css-styles.
Expected Output
Same on each render.
The text was updated successfully, but these errors were encountered:
Code Sample, a copy-pastable example
Problem description
The private
_todo
list is not cleared after initial execution so repeats the execution on second render.There does not seem to be any reason any reason to maintain the
_todo
list after it has been done and thectx
object has been updated with necessary css-styles.Expected Output
Same on each render.
The text was updated successfully, but these errors were encountered: