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

fix: recursive clone triggered when "locales" object made reactive #1090

Merged
merged 1 commit into from
Mar 6, 2021

Conversation

rchl
Copy link
Collaborator

@rchl rchl commented Mar 6, 2021

Ensure that we always clone the original "locales" when assigning to
"$i18n.locales" so that if the object is made reactive by the user, we
don't attempt to clone that.

Resolves #1075

Ensure that we always clone the original "locales" when assigning to
"$i18n.locales" so that if the object is made reactive by the user, we
don't attempt to clone that.

Resolves #1075
@rchl rchl merged commit 83c4398 into master Mar 6, 2021
@rchl rchl deleted the fix/recursion branch March 6, 2021 19:56
@nelsonlarocca
Copy link

Thanks A LOT

This was referenced Mar 9, 2021
This was referenced Mar 15, 2021
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

Successfully merging this pull request may close these issues.

RangeError: Maximum call stack size exceeded on any version after 6.17.0
2 participants