FunctionFormItem({
id,
label,
type = 'text',
placeholder = '',
value,
handleOnChange,
})
Chapter05/src/components/FormItem/FormItem.js:26
FunctionFormItem({
id,
label,
type = 'text',
placeholder = '',
value,
handleOnChange,
})
Chapter05-initial/src/components/FormItem/FormItem.js:26