Weird q-table problem #9391
Replies: 2 comments 1 reply
-
|
@CrawfordW make a reproduction codepen. |
Beta Was this translation helpful? Give feedback.
-
|
Found the problem by process of elimination! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've spent many hours trying to solve this with no luck. Any insights will be much appreciated...
I have two large components each of whose main element is a q-table. Each one works great by itself, but if they are both open (in separate splitter panes), I get an error saying:
[Vue warn]: You may have an infinite update loop in a component render function.
found in
--->
Even if I just resize the window, I get more of these.
Both tables use data from the store, but I've made sure their data is deep cloned.
If I set either of their data to just an empty array, there is no error. But even if I populate their data with dummy values instead of anything from the store, I still get the error.
If I change one component and save, the error comes from the other one and vice versa.
Please help!
Beta Was this translation helpful? Give feedback.
All reactions