-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infinite Table updates? #191
Comments
This might be caused by values bound to buefy-next/packages/buefy-next/src/components/table/Table.vue Lines 318 to 332 in 185589f
I found a case where the recursion error disappeared if I removed all of the |
As a result did the CPU usage go down to? |
@wesdevpro I was not able to measure the CPU usage because I just ran a tiny Vitest test case. |
That makes sense |
Overview of the problem
Buefy version: [0.1.2]
Vuejs version: [3.3.7]
OS/Browser: macOS/test-utils
Description
Table
caused infinite updates of reactive states.Steps to reproduce
cd packages/buefy-next
npx jest src/components/table/TableColumn.spec.js
Expected behavior
No infinite updates.
Actual behavior
Infinite updates.
The text was updated successfully, but these errors were encountered: