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
**React Easy State version:**6.3.0 Platform: browser
Describe the bug
I am using react-easy-state to push a list of logs objects, limits to 30. The component however seems like rendering some of the items multiple times (more than 30 even due I see 30 items in the console).
I am using gameloop that push 3 logs objects every 2 seconds. I think that the speed/hierarchy prevents it from detect changed sometimes.
**React Easy State version:**6.3.0
Platform: browser
Describe the bug
I am using react-easy-state to push a list of logs objects, limits to 30. The component however seems like rendering some of the items multiple times (more than 30 even due I see 30 items in the console).
I am using gameloop that push 3 logs objects every 2 seconds. I think that the speed/hierarchy prevents it from detect changed sometimes.
looks something like that:
The text was updated successfully, but these errors were encountered: