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
typeLogs=Log[]interfaceLog{// The log methodmethod: Methods// The arguments passed to console APIdata: any[]}
However, id seems to be supported and is used for the list key prop. This helped me resolve a bug in my application where we start to mutate the logs array once a max length is reached, while new logs are still coming in.
If desired, I can open a PR to update the README.
The text was updated successfully, but these errors were encountered:
The current documentation reads:
However,
id
seems to be supported and is used for the listkey
prop. This helped me resolve a bug in my application where we start to mutate thelogs
array once a max length is reached, while new logs are still coming in.If desired, I can open a PR to update the README.
The text was updated successfully, but these errors were encountered: