Closed
Description
"typescript": "^4.0.3"
How do I resolve the above mentioned typescript error I'm receiving on the following code?:
components/OrderListItem.tsx
const newedate = (_date) => {
const options = {dateStyle: 'medium'}; //{ weekday: 'long', hour: 'numeric'};
const dateT = new Intl.DateTimeFormat('en-UK', options).format(_date);
return dateT;
}
My partial repo is here: https://github.com/TheoMer/next_apollo