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 NodeType enum currently fails to deserialize with node types that aren't explicitly defined in the enum variants. This causes deserialization errors instead of gracefully handling unknown node types with the existing Other(String) variant.