79492784

Date: 2025-03-07 15:41:52
Score: 1.5
Natty:
Report link

does not work for me with DateInput:

<DateInput
 className="max-w-sm"
 label="Active from"
 value={parseDate(model?.activeFrom)}
</DateInput>

'activeFrom' is a formatted date. I have compilation error: TS2322: Type CalendarDate is not assignable to type DateValue | null | undefined

Reasons:
  • RegEx Blacklisted phrase (1): I have compilation error
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andrei Isakov