We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I was getting:
Uncaught RangeError: options.awareOfUnicodeTokens must be set to true to use YYYY token; see: https://git.io/fxCyr at throwProtectedError
after running npm start.
I fixed it by changing lines 27 and 27 in Main.jsx from:
date: 'MMMM do, YYYY', date: 'd MMMM YYYY',
To
date: 'MMMM do, yyyy', date: 'd MMMM yyyy',
See a short answer here:
https://stackoverflow.com/questions/53691245/uncaught-rangeerror-options-awareofunicodetokens-must-be-set-to-true-to-use
Will sort out a request soon!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I was getting:
Uncaught RangeError: options.awareOfUnicodeTokens must be set to true to use YYYY token; see: https://git.io/fxCyr at throwProtectedError
after running npm start.
I fixed it by changing lines 27 and 27 in Main.jsx from:
date: 'MMMM do, YYYY', date: 'd MMMM YYYY',
To
date: 'MMMM do, yyyy', date: 'd MMMM yyyy',
See a short answer here:
https://stackoverflow.com/questions/53691245/uncaught-rangeerror-options-awareofunicodetokens-must-be-set-to-true-to-use
Will sort out a request soon!
The text was updated successfully, but these errors were encountered: