``` mapStateToProps(initialState) { return (state, ownProps) => { // ownProps is undefined }; } ``` It works fine with no arguments or 2 arguments..