WIP <Compose> Refactor; <OnboardingModal> ed.
This commit is contained in:
@@ -143,6 +143,12 @@ Drawer.propTypes = {
|
||||
}).isRequired,
|
||||
};
|
||||
|
||||
// Default props.
|
||||
Drawer.defaultProps = {
|
||||
dispatch: {},
|
||||
state: {},
|
||||
};
|
||||
|
||||
// Connecting and export.
|
||||
export { Drawer as WrappedComponent };
|
||||
export default wrap(Drawer, mapStateToProps, mapDispatchToProps, true);
|
||||
|
||||
Reference in New Issue
Block a user