Sharlaan / material-ui-superselectfield

multiselection autocomplete dropdown component for Material-UI
https://sharlaan.github.io/material-ui-superselectfield
MIT License
266 stars 92 forks source link

Incorrect Types Export #145

Closed RemeJuan closed 6 years ago

RemeJuan commented 6 years ago

es/types/selectFieldTypes.js es/types/selectionsPresenterTypes.js

Currently has named exported which are expected to be default exports by the index.js facade file in same folder, from webpack 4 this causes bundle issues as the exports are incorrect.

This can simply be fixed by updating the names exports to default exports in the above mentioned files.

fixed in: https://github.com/Sharlaan/material-ui-superselectfield/pull/144