WIP <Compose> Refactor; <OnboardingModal> ed.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user