import { isDate } from 'lodash'; const myDate = new Date('abcd') // Invalid date if(isDate(myDate)) { alert(1) } i get the alert. isDate(myDate) // returns true ...
util.isDate is not a function in v23.11.1 (works in LTS v22.x) #59263 Closed PedroWC opened on Jul 28 ...