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
Currently the items id field is k (from key, which is required by loops).
This should be named more self-explanatory - maybe id 😄
Also, value of this field is <totalLengthOfItems> + 2 + Date.now() 😄
We should generate a uuid
The text was updated successfully, but these errors were encountered:
Currently the items id field is
k
(fromkey
, which is required by loops).This should be named more self-explanatory - maybe
id
😄Also, value of this field is
<totalLengthOfItems> + 2 + Date.now()
😄We should generate a uuid
The text was updated successfully, but these errors were encountered: