Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix @vue_reactivity.js Uncaught RangeError: Maximum call stack size e… #242

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

andrehrferreira
Copy link

Hello, I am sending the correction for the following error that was occurring

@vue_reactivity.js?v=92266816:443 Uncaught RangeError: Maximum call stack size exceeded
at isArray ()
at MutableReactiveHandler.get (@vue_reactivity.js?v=92266816:443:27)
at Object.hasOwnProperty (@vue_reactivity.js?v=92266816:422:14)
at Object.hasOwnProperty (@vue_reactivity.js?v=92266816:422:14)
at Object.hasOwnProperty (@vue_reactivity.js?v=92266816:422:14)
at Object.hasOwnProperty (@vue_reactivity.js?v=92266816:422:14)
at Object.hasOwnProperty (@vue_reactivity.js?v=92266816:422:14)
at Object.hasOwnProperty (@vue_reactivity.js?v=92266816:422:14)
at Object.hasOwnProperty (@vue_reactivity.js?v=92266816:422:14)
at Object.hasOwnProperty (@vue_reactivity.js?v=92266816:422:14)

the error occurred when changing a scope value of the sample of the v-if directive, I don't know if it was due to a change in the language or something like that, after the fix it started working perfectly again

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

Successfully merging this pull request may close these issues.

2 participants