Class

OutdatedData

OutdatedData(props) → {React.ReactElement}

Constructor

# new OutdatedData(props) → {React.ReactElement}

Overview

Used to signal that results shown in a particular tab are outdated.
Parameters:
Name Type Description
props Object

Any other props will be forwarded to the AlertBadge element.

messages Array.<string>

Optional messages displayed in alert.

View Source Utils/Feedback/AlertBadge/Alerts/OutdatedData.js, line 53

React.ReactElement