-
Notifications
You must be signed in to change notification settings - Fork 47
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
RangeError: Maximum call stack size exceeded #83
Comments
For Russian language all is ok. But for Romanian I have the same error |
Has anyone found a real solution for this? The numbers do not show for some of my users outside the UK even with lang: 'en' selected. |
In case you are not already doing it, make sure you use v-bind on the prop by using - |
This seems related to this closed issue - #54
Scenario - When user's browser language set to any other language than English, date picker is unable to initialise.
Workaround - Set locale explicitly to english using -
:locale="{lang: 'en'}"
prop.The text was updated successfully, but these errors were encountered: