-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NPM] Errors littering console #351
Comments
This change will be out in the next release since it's on master. |
@ericf has this been released? I'm still getting errors on |
@joncursi yes it was released. Is this not a valid error? Maybe you should try setting |
@ericf that solved the problem, thanks! The way that error was worded led me to believe that it was an issue with the messages, not the locale |
@joncursi I guess it could be updated to output what the default locale is. Feel free to create an issue or PR for improving that. |
While developing with v2 I've noticed loads of the below errors;
[React Intl] Missing message: {id} for locale: {locale} using default message as fallback.
From what I can tell the version I installed from npm ([email protected]) appears to be missing the below lines found in
src
;The missing code is exactly what I'm looking for to remove these console errors while developing - I want to use the messages I've defined in my components.
The text was updated successfully, but these errors were encountered: