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
Update test expectations to match new array serialization behavior.
Arrays are now serialized as JSON strings (e.g., '[1,2,3]') instead
of comma-separated values for consistency with object serialization.
This aligns with the type-safe serializeValue() implementation that
uses JSON.stringify for objects and arrays.
0 commit comments