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
Multiple tracked flips in one response have the uId "1". Is this expected? I currently use it as a key for react to identify them, which causes re-rendering issues.
The text was updated successfully, but these errors were encountered:
Thats the case for flips that were not listed on ah (also soldAuction all 0) the uid is a short version of the soldAuction currently.
You would want to identify tracked flips by their sellTime, you can optionally add the uid in case two items sell in the same second (unlikely but possible)
Generally using the time would also make it easier to find the flip again as they are ordered by time anyways.
Multiple tracked flips in one response have the uId "1". Is this expected? I currently use it as a key for react to identify them, which causes re-rendering issues.
The text was updated successfully, but these errors were encountered: