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.
The text was updated successfully, but these errors were encountered:
Code
codesandbox
Expected result
Actual result
TypeError
Cannot assign to read only property 'a' of object '#'
at utils.ts#L178
Possible cause
object()
creates a Struct whosecoercer
method creates a copy of the input.record()
creates a Struct with a defaultcoerce
method that returns the input without changes.The text was updated successfully, but these errors were encountered: