vee-validate icon indicating copy to clipboard operation
vee-validate copied to clipboard

TypeError: Cannot assign to read only property '__typename' of object

Open hinogi opened this issue 1 year ago • 5 comments

It seems there is an issue here where some properties are readonly because it seems to be another proxy object. This results in unexpected error messages when simply assigning values to initalValues because it seems to try to reassign proxied properties which are writable: false.

https://github.com/logaretm/vee-validate/blob/f290933462db3e3499e158eef136bb30e5bc3942/packages/vee-validate/src/useForm.ts#L1289

hinogi avatar Oct 14 '24 08:10 hinogi