You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Importing the Dayjs class results in undefined at runtime. Command clicking into the Dayjs symbol brings me to the correct definition in index.d.ts as expected. This happens when using require and ESM.
Describe the bug
Importing the
Dayjs
class results inundefined
at runtime. Command clicking into theDayjs
symbol brings me to the correct definition inindex.d.ts
as expected. This happens when usingrequire
and ESM.Output:
Command clicking
Dayjs
in vscode brings us to the correctindex.d.ts
definition:Expected behavior
The
Dayjs
class shouldInformation
The text was updated successfully, but these errors were encountered: