Steffen Hummel
Results
1
issues of
Steffen Hummel
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
bug
help wanted