Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update classnames library which has default export type #939

Merged
merged 1 commit into from Jul 22, 2021

Conversation

christopherthielen
Copy link
Member

@christopherthielen christopherthielen commented Jul 22, 2021

This supersedes #937 and addresses #33

When we transpile typescript to javascript, typescript leaves the import * as classnames from 'classnames' syntax in ESM. This caused problems for certain toolchains that ingested the ESM files from /lib-esm from NPM. This change uses default import, and a newer version of classnames which has typescript defs with an actual default export.

@ranihorev
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants