Skip to content

compiled output in lib/ not ES6 compatible #966

@cwalv

Description

@cwalv

The main module lib/Select.js is not compatible with ES6 semantics due to a babel bug. Specifically, the last line undoes the previous line, which is what we would expect from export default Select:

exports['default'] = Select;
module.exports = exports['default'];  // doh!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions