Maxime Nguyen
Results
2
comments of
Maxime Nguyen
Having the same problem here, even with `esModuleInterop: true`
Ok, Timezone plugin depends on Utc, don't forget to add it as well ! ```javascript import DayJS from 'dayjs' import DayJSUtc from 'dayjs/plugin/utc' import DayJSTimezone from 'dayjs/plugin/timezone' DayJS.extend(DayJSUtc) DayJS.extend(DayJSTimezone) ```