Find
(?si)^const mapDispatchToProps = \{([^(}/)]*)?\};Replace
const mapDispatchToProps = (dispatch, ownProps) => {
return bindActionContextCreators({$1}, dispatch, { xPath: ownProps.xPath });
};Find
(?si)^const mapDispatchToProps = \{([^(}/)]*)?\};Replace
const mapDispatchToProps = (dispatch, ownProps) => {
return bindActionContextCreators({$1}, dispatch, { xPath: ownProps.xPath });
};