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 PersistedSnapshot type is serializing the DbId and TableId keys in the databases/tables map as strings. It should instead serialize as a an array of structs, then deserializing as the map with integer keys.
The text was updated successfully, but these errors were encountered:
The
PersistedSnapshot
type is serializing theDbId
andTableId
keys in the databases/tables map as strings. It should instead serialize as a an array of structs, then deserializing as the map with integer keys.The text was updated successfully, but these errors were encountered: