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
await fromUuid(doc.uuid) should return be valid, but doc.uuid currently only returns a string rather than the specialized type. Furthermore, having a helper type will also be useful for other UUID references such as drop data and index data
The text was updated successfully, but these errors were encountered:
await fromUuid(doc.uuid) should return be valid, but doc.uuid currently only returns a string rather than the specialized type. Furthermore, having a helper type will also be useful for other UUID references such as drop data and index data
The text was updated successfully, but these errors were encountered: