fix(nativeFilters): Speed up native filters by removing unnecessary rerenders (#25282)

Co-authored-by: JUST.in DO IT <justin.park@airbnb.com>
(cherry picked from commit a0eeb4d767)
This commit is contained in:
Stepan
2023-09-28 15:37:19 +03:00
committed by Michael S. Molina
parent b83bd5dc1c
commit 7b2b696a19
4 changed files with 16 additions and 5 deletions

View File

@@ -56,6 +56,7 @@ export function getInitialDataMask(
}
return {
...otherProps,
__cache: {},
extraFormData: {},
filterState: {},
ownState: {},