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
Can you provide a repo for testing ?
I remember having this problem back then, solved by writing my props as FieldName<FieldSchema> and not FieldName<FieldSchema, FormSchema, Error>
Describe the bug and the expected behavior
When trying to get the update button props for a field, custom errors can't be used due to a type mismatch in getButtonProps:
Type 'FieldName<FieldSchema, FormSchema, Error>' is not assignable to type 'FieldName<FieldSchema>'.
Conform version
v1.2.1
Steps to Reproduce the Bug or Issue
Use a custom component:
What browsers are you seeing the problem on?
No response
Screenshots or Videos
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: