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
{{ message }}
This repository was archived by the owner on Jun 8, 2019. It is now read-only.
I'm using this message which the extraction plugin (v 2.0) parses twice.
I also attempted using defineMessages();
<FormattedMessagedefaultMessage={'Hello 2, {name}! How are you today?'}description='Welcome greeting to the user'id={'greeting'}values={{'name': 'Fox'}}/>
For some reason the description attribute is being removed and the final .json does not contain the description of the message. If mandatory descriptions are required, the parsing will stop since this message is invalid.
Hi,
I'm using this message which the extraction plugin (v 2.0) parses twice.
I also attempted using defineMessages();
For some reason the description attribute is being removed and the final .json does not contain the description of the message. If mandatory descriptions are required, the parsing will stop since this message is invalid.
Why do you remove it at index.js#178?