renderTab callback not called when data props the same **example:** ` data={this.props.dataSource} ` **quick fix :** ` data={[...this.props.dataSource]} ` **expected behavior:** renderTab should called when onPageChange callback is called
renderTab callback not called when data props the same
example:
data={this.props.dataSource}quick fix :
data={[...this.props.dataSource]}expected behavior:
renderTab should called when onPageChange callback is called