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
I have an object-shaped struct that was created with refine and a custom validation handler. I want to extend this struct with additional fields. If I use assign, my validation handler seems to be skipped. Is this intended behaviour? If so, what is the proper way to do this?
I've created a minimal example to illustrate the issue I'm facing.
I have an
object
-shaped struct that was created withrefine
and a custom validation handler. I want to extend this struct with additional fields. If I useassign
, my validation handler seems to be skipped. Is this intended behaviour? If so, what is the proper way to do this?I've created a minimal example to illustrate the issue I'm facing.
https://codesandbox.io/s/loving-sunset-zdvs6r?file=/index.js
The text was updated successfully, but these errors were encountered: