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
Could it be that using #[serde(tag = "type")] causes issues? I haven't investigated it in detail, but it seems like a serialize/deserialize roundtrip is failing because of this.
The text was updated successfully, but these errors were encountered:
Could it be that using
#[serde(tag = "type")]
causes issues? I haven't investigated it in detail, but it seems like a serialize/deserialize roundtrip is failing because of this.The text was updated successfully, but these errors were encountered: