Closed denvermullets closed 2 years ago
If I plug a Checkbox into Playground using the format on the Picker, it's still mad about missing the Formik props. Is there a way to make those optional? <CheckBox checked={checkBoxChecked} onChange={() => setCheckBox(checkBoxChecked)} >
If I plug a Checkbox into Playground using the format on the Picker, it's still mad about missing the Formik props. Is there a way to make those optional?
<CheckBox checked={checkBoxChecked} onChange={() => setCheckBox(checkBoxChecked)} >
yeah, my bad. i was extending the type from an earlier thing i was attempting (i think, been a minute).
yeah, my bad. i was extending the type from an earlier thing i was attempting (i think, been a minute).