How can I add data to intl.formatMessage on react-intl, an example: this is showing product.select.data
<FormattedMessage id={"product.select." + data} />
But, How can I do same with intl.formatMessage? this not working. this is showing product.select.undefined
props.intl.formatMessage({ id: "product.select." + data})