With react-redux 6 connected component was returned as function. eg: `ƒ Connect(props)` Instead version 7 returns it as object because react hooks: `{$$typeof: Symbol(react.memo), type: ƒ, compare: null, WrappedComponent: ƒ, displayName: "Connect(Component)", …}` I think this should be noted for developers with PropTypes module for type checking.