@bpmn-io/properties-panel 3.22.1 → 3.22.2

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
@@ -4002,7 +4002,7 @@ function TextArea(props) {
4002
4002
  };
4003
4003
  hooks.useLayoutEffect(() => {
4004
4004
  autoResize && resizeToContents(ref.current);
4005
- });
4005
+ }, []);
4006
4006
  hooks.useEffect(() => {
4007
4007
  if (value === localValue) {
4008
4008
  return;