Closed infojunkie closed 7 years ago
Test I created in an attempt to reproduce but returns the expected empty string.
https://github.com/yahoo/intl-messageformat/commit/04b9dd21b982c608883d7508503cee2632569178
Perhaps this is an issue with react-intl?
Trying to specify a message like the following:
but I get the following error when
favoritesCount
is zero:Changing the empty string
{}
to something like{No favorites}
does not throw the error.How can I specify an empty string?