Why AppFieldExtendedReactFormApi type is not exported?
While we have fieldComponents & formComponents, we might need also formCallbacks or at least exported AppFieldExtendedReactFormApi type.
In our application form has effect in whole page, so in v0 of Forms i put created form to a context and used in many places, avoiding prop drilling.
Now useAppForm returns value of AppFieldExtendedReactFormApi type. And I need to redeclare it locally. What was the reason to not exporting AppFieldExtendedReactFormApi?
In our application form has effect in whole page, so in v0 of Forms i put created form to a context and used in many places, avoiding prop drilling.
Now useAppForm returns value of AppFieldExtendedReactFormApi type. And I need to redeclare it locally. What was the reason to not exporting AppFieldExtendedReactFormApi?