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
I was debugging the situation and found out that probably related to the render card function. If I log the output of the renderCard method I can see that it sometimes logs a different item being send to it.
LOG Direction pressed left
LOG 503
LOG 503
LOG 503
LOG 503
LOG 513
LOG 503
In the above situation I log the item.id thats been send to the renderCard method. There I see that the flickering is propably happening because another id is send to it. Does anyone know how to solve this?
The text was updated successfully, but these errors were encountered:
I am experiencing the card to flicker. #4
I was debugging the situation and found out that probably related to the render card function. If I log the output of the renderCard method I can see that it sometimes logs a different item being send to it.
In the above situation I log the item.id thats been send to the renderCard method. There I see that the flickering is propably happening because another id is send to it. Does anyone know how to solve this?
The text was updated successfully, but these errors were encountered: