Skip to content
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

options.awareOfUnicodeTokens - date issue #1

Open
tompiler opened this issue Jan 30, 2019 · 0 comments
Open

options.awareOfUnicodeTokens - date issue #1

tompiler opened this issue Jan 30, 2019 · 0 comments

Comments

@tompiler
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant