### Version 3.1.3 ### Environment react ### Reproduction link [https://sharkwarn.github.io/#/](https://sharkwarn.github.io/#/) ### Steps to reproduce ``` disabledDate=(value) => { return true } .... render() { return ( <div> <RangePicker disabledDate={this.disabledDate} mode={ ['month', 'month']} /> </div> ) ``` ### What is expected? disabled some Date ### What is actually happening? The disabledDate doesn't work <!-- generated by ant-design-issue-helper. DO NOT REMOVE -->