svelte-time icon indicating copy to clipboard operation
svelte-time copied to clipboard

Cannot read properties of undefined (reading '$i')

Open hsb-tonmoy opened this issue 1 year ago • 7 comments

I'm using the latest release of Sveltekit and I've installed svelte-time as a dev dependency. I'm getting this error at the most basic usage of the module:

<Time relative timestamp="2020-02-01" />

500

Cannot read properties of undefined (reading '$i')

TypeError: Cannot read properties of undefined (reading '$i')
    at Function.w.extend (\node_modules\.pnpm\[email protected]\node_modules\dayjs\dayjs.min.js:1:6457)
    at /node_modules/.pnpm/[email protected]/node_modules/svelte-time/src/dayjs.js:1:26
    at async instantiateModule (/node_modules/.pnpm/[email protected]/node_modules/vite/dist/node/chunks/dep-d66eb979.js:53333:9

hsb-tonmoy avatar Sep 08 '22 04:09 hsb-tonmoy