Inconsistency of window’s new Date() function returns invalid date in Microsoft Edge
We are facing some browser problem while using React as frontend for initialize new Date() object such that new Date().toLocaleString() gives empty string. As this is not the case with Chrome so raising it here.
Looking forward to get a permanent solution as of now we have added retries for initialize new Date() object for work around.
We are facing some browser problem while using React as frontend for initialize new Date() object such that new Date().toLocaleString() gives empty string. As this is not the case with Chrome so raising it here.Looking forward to get a permanent solution as of now we have added retries for initialize new Date() object for work around. Read More