Open demariadaniel opened 9 months ago
Program Manage page is crashing on local testing
displayDate from 'global/utils/common' is failing with: RangeError: Invalid time value 50 | return formatDate(jsDate, dateFormat);
RangeError: Invalid time value
50 | return formatDate(jsDate, dateFormat);
at /platform-ui/components/pages/submission-system/program-management/UsersTable.tsx:95
/platform-ui/components/pages/submission-system/program-management/UsersTable.tsx
Date values such as 1705346233163 are failing with 'Invalid Date' when called by new Date(date)
1705346233163
new Date(date)
See discussion at: https://github.com/icgc-argo/platform-ui/pull/2753#pullrequestreview-1873075773
Program Manage page is crashing on local testing
displayDate from 'global/utils/common' is failing with:
RangeError: Invalid time value
50 | return formatDate(jsDate, dateFormat);
at
/platform-ui/components/pages/submission-system/program-management/UsersTable.tsx
:95Date values such as
1705346233163
are failing with 'Invalid Date' when called bynew Date(date)