Errors running examples and tests #205
Unanswered
cpittman-rsi
asked this question in
Q&A
Replies: 2 comments
-
I got the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
-
found a fix, update the packages.json: "@vue/reactivity": "3.2.27", from "@vue/reactivity": "^3.2.27", the error maximum call stack size goes away |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run some of the examples, but I'm getting the error "Uncaught RangeError: Maximum call stack size exceeded" repeatedly. I've cloned, npm installed, and npm run dev. Some of the examples and tests work, but most throw this error related to reactivity.
To recreate, try opening the reactive test. Clicking the global increment button works fine, but clicking the local increment button throws this error. Or try opening the grid example, searching or sorting both trigger this error.
Any suggestions on how I can get this working?
Beta Was this translation helpful? Give feedback.
All reactions