df-ae-forms-package 1.0.68 → 1.0.69

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -6393,8 +6393,6 @@ onComponentSelect, onComponentDelete, onComponentEdit, onComponentUpdate, select
6393
6393
  validateField(change.id);
6394
6394
  }, 150);
6395
6395
  }
6396
- // Re-evaluate immediately to ensure responsive UI
6397
- evaluateConditionalLogic(newFormValues, updatedComponents);
6398
6396
  }, [formComponents, formValues, validationErrors, onFormDataChange, evaluateConditionalLogic]);
6399
6397
  // Recursive function to find a component by ID in nested structures
6400
6398
  const findComponentById = useCallback((components, fieldId) => {