-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
Labels
Printerthings that have to do with turning an AST into Reason codethings that have to do with turning an AST into Reason code
Description
let EnterpriseContactForm.{
personFirstNameField,
personLastNameField,
personEmailField,
companyNameField,
countryField,
companySizeField,
contactReasonField,
submitFormState,
onSubmit,
} = formData;I believe should be formatted as:
let EnterpriseContactForm.{
personFirstNameField,
personLastNameField,
personEmailField,
companyNameField,
countryField,
companySizeField,
contactReasonField,
submitFormState,
onSubmit,
} = formData;Metadata
Metadata
Assignees
Labels
Printerthings that have to do with turning an AST into Reason codethings that have to do with turning an AST into Reason code