You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.2.6
Environment
Windows11, google 132.0.6834.111, vue 3.2.0
Reproduction link
Steps to reproduce
Follow the link and open the console tab.
What is expected?
I expect the console to output only a single "1".
What is actually happening?
However, it outputs three "1"s, indicating a triple re-render. In the context of a large form with 1000 fields, these three re-renders cause the page to render very slowly, taking around 30 seconds.
Is it possible to eliminate the unnecessary re-renders?
The text was updated successfully, but these errors were encountered:
Version
4.2.6
Environment
Windows11, google 132.0.6834.111, vue 3.2.0
Reproduction link
Steps to reproduce
Follow the link and open the console tab.
What is expected?
I expect the console to output only a single "1".
What is actually happening?
However, it outputs three "1"s, indicating a triple re-render. In the context of a large form with 1000 fields, these three re-renders cause the page to render very slowly, taking around 30 seconds.
Is it possible to eliminate the unnecessary re-renders?
The text was updated successfully, but these errors were encountered: