-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
perf[table]: replace eagerComputed
with computed
#7609
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
Conversation
Have you tried it locally? When I use |
I've tested it locally and it works, is the package for the |
I used pnpm patch under |
I should patch in |
refs: #7682 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Relates #7592.
In Vue 3.4+, if computed new value does not change,
computed
,effect
,watch
,watchEffect
,render
dependencies will not be triggered.