@true-engineering/true-react-common-ui-kit 4.0.0-alpha15 → 4.0.0-alpha16

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.
@@ -10521,7 +10521,7 @@
10521
10521
  var _useState = _sliced_to_array$j(React.useState(false), 2), isFocused = _useState[0], setFocused = _useState[1];
10522
10522
  var _useState1 = _sliced_to_array$j(React.useState(), 2), unitsWidth = _useState1[0], setUnitsWidth = _useState1[1];
10523
10523
  var inputRef = React.useRef(null);
10524
- var mergedRef = trueReactPlatformHelpers.mergeRefs([
10524
+ var mergedRef = useMergedRefs([
10525
10525
  ref,
10526
10526
  inputRef
10527
10527
  ]);