inbox-react-intl icon indicating copy to clipboard operation
inbox-react-intl copied to clipboard

Only get error message

Open derwaldgeist opened this issue 8 years ago • 2 comments

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.

derwaldgeist avatar Jan 03 '17 17:01 derwaldgeist

notifications: ( <FormattedMessage value={ unreadCount } one="notification" other="notifications" /> )

Here in SubHeader.js , you need to change FormattedPlural to FormattedMessage .

badyakarprabin avatar May 23 '17 12:05 badyakarprabin

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?

krupalox avatar May 21 '18 08:05 krupalox