petite-vue icon indicating copy to clipboard operation
petite-vue copied to clipboard

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

Open andrehrferreira opened this issue 5 months ago • 0 comments

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

andrehrferreira avatar Sep 05 '24 09:09 andrehrferreira