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
In FieldGroup.ts the fields key is fields': Array<DependentFieldDependentField>. Ok, but if i open DependentFieldDependentField.ts i can found only one fieldType fieldType: DependentFieldDependentFieldFieldTypeEnum
As you see fieldType has only one type: payment_link_radio.
In
FieldGroup.ts
the fields key isfields': Array<DependentFieldDependentField>
. Ok, but if i openDependentFieldDependentField.ts
i can found only one fieldTypefieldType: DependentFieldDependentFieldFieldTypeEnum
As you see fieldType has only one type: payment_link_radio.
Where are the other FieldTypeEnum such as
I think it's a typing error
The text was updated successfully, but these errors were encountered: