inbox-react-intl
inbox-react-intl copied to clipboard
Only get error message
Thanks for providing this sample repo.
When I try to run it, however, I only get this error message:
[BABEL] /Users/waldgeist/Documents/Development/htdocs/tests/inbox-react-intl/src/js/components/Header/SubHeader.js: [React Intl] Line 31: Default messages are not extracted from <FormattedPlural>, use <FormattedMessage> instead.
notifications: ( <FormattedMessage value={ unreadCount } one="notification" other="notifications" /> )
Here in SubHeader.js , you need to change FormattedPlural to FormattedMessage .
After resolving above issue, having other issues too. Please see below URL. http://prntscr.com/jkjzsq
Does the Source Code in Repository is latest one?