jsrn / howoldisit

A tool for recruiters to check how old a technology is.
https://jsrn.net/howoldisit
MIT License
207 stars 131 forks source link

Comparing dates with time instead Date object #268

Closed iepsen closed 4 years ago

iepsen commented 5 years ago

Comparing dates is wrong, you need to convert it to time instead and avoid the error warning below.

Screenshot 2019-10-09 at 14 07 00

Also added missed props at constructor(props) and super(props).