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
constseedData=[{ts: 0asUTCTimestamp,value: 1}];constdata=MarketDataArray.from(seedData);data.push({ts: 0asUTCTimestamp,value: 999});// value is still 1
If the data is new but is unique by for example timestamp, it appears that there isn't much way around to replacing it using push or unshift?
The text was updated successfully, but these errors were encountered:
If the data is new but is unique by for example timestamp, it appears that there isn't much way around to replacing it using
push
orunshift
?The text was updated successfully, but these errors were encountered: