This is what happen when I try to use <FormattedMessage /> within the tooltip:
[React Intl] Could not find required `intl` object. <IntlProvider> needs to exist in the component ancestry. Using default message as fallback.
This is due because the tooltip is append outside the react application, far away from it's context.
This is what happen when I try to use
<FormattedMessage />within the tooltip:This is due because the tooltip is append outside the react application, far away from it's context.