Skip to content

renderTab not called when data props the same #17

@SteffenHummel

Description

@SteffenHummel

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions