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
TypeError
Cannot assign to read only property 'a' of object '#' at utils.ts#L178
Possible cause
object() creates a Struct whose coercer method creates a copy of the input. record() creates a Struct with a default coerce method that returns the input without changes.