-
-
Notifications
You must be signed in to change notification settings - Fork 571
fix(vue-form): prevent full array re-renders in array mode #1963
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
base: main
Are you sure you want to change the base?
fix(vue-form): prevent full array re-renders in array mode #1963
Conversation
|
|
View your CI Pipeline Execution ↗ for commit 6d5f0eb
☁️ Nx Cloud last updated this comment at |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1963 +/- ##
==========================================
- Coverage 90.35% 90.16% -0.19%
==========================================
Files 38 2 -36
Lines 1752 61 -1691
Branches 444 5 -439
==========================================
- Hits 1583 55 -1528
+ Misses 149 5 -144
+ Partials 20 1 -19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closes #1961
Problem
In the Vue adapter,
useFieldcurrently subscribes to the entire field state via: