aefis-core-ui 2.1.10 → 2.1.11

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.
@@ -17525,7 +17525,7 @@ const withEvalDisable = () => Component => {
17525
17525
 
17526
17526
  // TODO: use lazyEval
17527
17527
  return safeEval(code, formState);
17528
- }, [formState.formData, formState.formContext]);
17528
+ }, [formState.formData, formState.formContext, props.disabled]);
17529
17529
  return /*#__PURE__*/jsx(MemoizedComponent, _extends({}, props, {
17530
17530
  disabled: isDisabled
17531
17531
  }));