-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Text content did not match. Server when i'm using toLocaleDateString to format dates #6701
Comments
the Locales argument |
Falling back to the default system language is indeed the expected behavior, however maybe there could be a recommended way for adding languages files to For instance, my app is only in French; I don't need an i18n solution. However It seems overkill to add the whole ICU languages for one language though... |
It's now supported by Node v13 |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Bug report
Describe the bug
I'm trying to display dates depend on local, and for that, I'm using toLocaleDateString()
API
i would like to know how to fix this console error.
To Reproduce
Screenshots
The text was updated successfully, but these errors were encountered: