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
The type of serialized.description should be the same as record.description. Ie, the type should be Type: (property) description: string not Type: (property) description?: string | undefined.
Describe the bug
JSONData
should not be aPartial
of the record’s typeTo reproduce
Expected behavior
The type of
serialized.description
should be the same asrecord.description
. Ie, the type should beType: (property) description: string
notType: (property) description?: string | undefined
.Software version
@xata.io/client
:^0.29.3
typescript
:5.4.2
$ xata --version
:@xata.io/cli/0.15.10 linux-x64 node-v18.17.0
Additional context
Current workaround:
Discord: https://discord.com/channels/996791218879086662/1208988586532282388
The text was updated successfully, but these errors were encountered: