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
Using nested_attributes and Zod for front validation, I have to clearErrors('annual_finances_attributes.0.year') per instance, which is not allowed by Typescript, while, I think, is still standard rails practice.
The text was updated successfully, but these errors were encountered:
In useForm.d.ts, we have :
Using nested_attributes and Zod for front validation, I have to
clearErrors('annual_finances_attributes.0.year')
per instance, which is not allowed by Typescript, while, I think, is still standard rails practice.The text was updated successfully, but these errors were encountered: