-
-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Sorry I think it is not a bug but an enhancement.
Package
@apollo-elements/mixins
Description
I'm using esm modules in my project but apollo-mixins is trying to import crocks using default imports for example: import pick from 'crocks/helpers/pick' however crocks doesn't provide a default export.
Expected Behavior
Support for esm modules. Maybe change the import to * as pick
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working