dayjs icon indicating copy to clipboard operation
dayjs copied to clipboard

Issue with Typescript `import utc from "dayjs/plugin/utc"` gives Cannot find module 'dayjs/plugin/utc' or its corresponding type declarations

Open stouch opened this issue 10 months ago • 1 comments

Describe the bug I got Cannot find module 'dayjs/plugin/utc' or its corresponding type declarations when using Typescript and dayjs latest version.

Image

Expected behavior

I fixed this using :

import utc from "dayjs/plugin/utc.js";

(with .js suffix) but I don't know I'm supposed to do so.

Image

stouch avatar Feb 27 '25 21:02 stouch

FYI, that post helped me https://github.com/iamkun/dayjs/issues/1167#issuecomment-972880586

stouch avatar Feb 27 '25 22:02 stouch