Yosri Gadecha Asfour

Results 3 comments of Yosri Gadecha Asfour

in The component Editor.js import { useField } from "formik"; const [field, meta] = useField(props.name); const error = meta.touched && meta.error; I added bellow {meta.touched && meta.error && ( {error}...

@astrosam21 great solution ! Thank you