You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?:
Bug
What is the current behavior?:
For FormattedMessage if the FormattedMessage is placed directly inside a span, the ID fails to generate for the second component and react-intl will throw the invariant missing ID message when the component is rendered.
node
version:npm
(oryarn
) version:Do you want to request a feature or report a bug?:
Bug
What is the current behavior?:
For FormattedMessage if the FormattedMessage is placed directly inside a span, the ID fails to generate for the second component and react-intl will throw the invariant missing ID message when the component is rendered.
This should reproduce the error
What is the expected behavior?:
All FormattedMessages would successfully generate an ID
Suggested solution:
I've worked around this by hardcoding an id in the specific messages that were failing to generate an ID or by using
The text was updated successfully, but these errors were encountered: