Yomguithereal / baobab-react

React integration for Baobab.
MIT License
309 stars 38 forks source link

Update index.js #105

Closed lghiur closed 8 years ago

lghiur commented 8 years ago

As wrappers and decorators functionality has been removed on 2.0.0-rc1 version, I think that index.js should be updated;

Current code:

module.exports = { decorators: require('./dist-modules/decorators.js').default, higherOrder: require('./dist-modules/higher-order.js').default, mixins: require('./dist-modules/mixins.js').default, PropTypes: require('./dist-modules/utils/prop-types.js').default, wrappers: require('./dist-modules/wrappers.js').default };

Thank you, Laurentiu

Yomguithereal commented 8 years ago

Hello @lghiur. This should not be the case from 2.0.0-rc2 and onwards. Thanks for the heads up.