"RangeError: Maximum call stack size exceeded" -- new error even though code hasn't changed. #1100
Unanswered
andberry89
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I had my line graph working and looking the way I wanted. When I started to add multiple instances of the component to the same page, I started running into errors. Now I'm running into this Call Stack error even when I'm only activating one graph.
I've read through several discussions about this, but my data is not reactive. I also cannot find any infinite loops/calls that would cause this error.
Also, I tried running my component with the simplest of data to try and begin to find where my issue lies, but the call stack error pops up then too.
Here's my code with the basic data information.
"LineChart.vue" -- which is registered globally
"ChartsContainer.vue" -- even with the simplest of data, it's giving me the error.
Beta Was this translation helpful? Give feedback.
All reactions