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
There is a Stencil test warning that we should resolve for va-search-input:
A draft PR has been created that removes the @State decorator because it didn't seem like the correct use of @State Every time that variable is set, it's causing a full re-render of the component.
This solution or any alternate solution needs to be tested in vets-website. Specifically, we need to make sure the following issue is still fixed and there hasn't been any other regressions:
Description
There is a Stencil test warning that we should resolve for
va-search-input
:A draft PR has been created that removes the
@State
decorator because it didn't seem like the correct use of @State Every time that variable is set, it's causing a full re-render of the component.This solution or any alternate solution needs to be tested in vets-website. Specifically, we need to make sure the following issue is still fixed and there hasn't been any other regressions:
Tasks
isTouched
Acceptance Criteria
isTouched
test warning is resolvedThe text was updated successfully, but these errors were encountered: