@bpmn-io/properties-panel 3.22.0 → 3.22.1

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
@@ -3981,7 +3981,7 @@ function TextArea(props) {
3981
3981
  };
3982
3982
  useLayoutEffect(() => {
3983
3983
  autoResize && resizeToContents(ref.current);
3984
- }, []);
3984
+ });
3985
3985
  useEffect(() => {
3986
3986
  if (value === localValue) {
3987
3987
  return;