diff --git a/src/components/ApiFormState.tsx b/src/components/ApiFormState.tsx index 741e5d9b1..956d8885a 100644 --- a/src/components/ApiFormState.tsx +++ b/src/components/ApiFormState.tsx @@ -28,11 +28,11 @@ export default React.memo(

formState is wrapped with a{" "} - Proxy + defineProperty's get descriptor {" "} to improve render performance and skip extra logic if specific state is not subscribed to. Therefore make sure you invoke or read @@ -71,7 +71,7 @@ export default React.memo( ; // ✅ read all formState values to subscribe to changes