New: Replace 'react-router-redux' with 'connected-react-router'

This commit is contained in:
Qstick
2019-03-01 22:27:55 -05:00
parent df65b5b290
commit f43c1e749f
12 changed files with 59 additions and 48 deletions
@@ -89,4 +89,4 @@ QualityDefinitionsConnector.propTypes = {
onChildStateChange: PropTypes.func.isRequired
};
export default connect(createMapStateToProps, mapDispatchToProps, null, { withRef: true })(QualityDefinitionsConnector);
export default connect(createMapStateToProps, mapDispatchToProps, null)(QualityDefinitionsConnector);