Closed
Description
When dateFns.isDate(argument) is used in a multi framed application (e.g. GWT), isDate() always returns false for a valid date.
Just throwing this out there but I propose a solution similar to what is described here:
instanceof considered harmful
The link also helps explain the problem without going into further detail here.
I am using date-fns v1.28.5
Activity
isDate
#471Implement isDate (closes date-fns#541, closes date-fns#752) (date-fns…