Open Vigneshwaran-crypto opened 1 month ago
import DatePicker, { DateObject } from "react-multi-date-picker"; <DatePicker containerStyle={{ display: "flex", flex: 1, width: "100%", }} range rangeHover format="MM/DD/YYYY" value={values} onChange={(val) => { console.log("chosen dates :", val); setValues(val); }} placeholder="From - To" dateSeparator=" - " plugins={[<DatePanel />]} />``
maybe you could remove the backticks in your last code />``