Reduce unnecessary component form rerenders
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3562087. --> Reported by: [bnjmnm](https://www.drupal.org/user/2369194) Related to !396 >>> <h3 id="overview">Overview</h3> <p>If the only change is to a <code>resolved</code> value, a request is made to update the layout, and local state manages the values within the form. It probably isn't necessary to re-render the whole form. Lets try this out and see.</p> <h3 id="proposed-resolution">Proposed resolution</h3> <h3 id="ui-changes">User interface changes</h3>
issue