Closed kaladay closed 1 year ago
The Vireo page fails to load entirely when the string is bad.
The problem is that toISOString() does not gracefully handle unsupported dates.
toISOString()
Add a check to make sure that invalid dates do not cause a problem.
The Vireo page fails to load entirely when the string is bad.
The problem is that
toISOString()
does not gracefully handle unsupported dates.Add a check to make sure that invalid dates do not cause a problem.