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
@lukeed
Now trying to import klona, results in an error saying: This module can only be referenced with ECMAScript imports/exports by turning on the 'esModuleInterop' flag and referencing its default export. The fix didn't fix anything.
The current type definition results in an error when using library with TypeScript:
TypeError: klona.default is not a function
To fix this error, type definitions should be changed to the following:
Just like dayjs does it.
More info about the error.
The text was updated successfully, but these errors were encountered: