react-ui-suite 1.1.10 → 1.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.
package/dist/index.js CHANGED
@@ -4669,11 +4669,6 @@ var Textarea = React23.forwardRef(function Textarea2({
4669
4669
  setValue(rest.value);
4670
4670
  }
4671
4671
  }, [rest.value]);
4672
- React23.useLayoutEffect(() => {
4673
- if (textareaRef.current && height === void 0) {
4674
- setHeight(textareaRef.current.offsetHeight);
4675
- }
4676
- }, [height]);
4677
4672
  React23.useLayoutEffect(() => {
4678
4673
  const el = textareaRef.current;
4679
4674
  if (!el) return;