WIP <Compose> Refactor; <OnboardingModal> ed.

This commit is contained in:
kibigo!
2017-12-27 14:28:41 -08:00
parent 3c29f57404
commit 8713659dff
4 changed files with 35 additions and 39 deletions

View File

@@ -434,6 +434,12 @@ Composer.propTypes = {
}).isRequired,
};
// Default props.
Composer.defaultProps = {
dispatch: {},
state: {},
};
// Connecting and export.
export { Composer as WrappedComponent };
export default wrap(Composer, mapStateToProps, mapDispatchToProps, true);