I have an issue accessing `guess` with the timezone for Nuxt 3. config: ``` export default defineNuxtConfig({ modules: ['dayjs-nuxt'], dayjs: { locales: ['en'], plugins: ['relativeTime', 'utc', 'timezone'], defaultLocale: 'en', defaultTimezone: 'America/New_York', }, }); ``` Reproduction: https://stackblitz.com/edit/nuxt-starter-xkk6vr?file=app.vue
I have an issue accessing
guesswith the timezone for Nuxt 3.config:
Reproduction:
https://stackblitz.com/edit/nuxt-starter-xkk6vr?file=app.vue