@antscorp/antsomi-ui 1.3.5-beta.826 → 1.3.5-beta.827

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.
@@ -548,7 +548,7 @@ const TagifyInput = forwardRef((props, ref) => {
548
548
  // Tracking if the tagify input is line break
549
549
  setIsLineBreak(hasLineBreak(convertedValue));
550
550
  onOutputData(convertedValue);
551
- }, [inputTypeDebounce, onOutputData]);
551
+ }, [inputTypeDebounce]);
552
552
  // Update URL to tag to show hint in the tooltip with tag
553
553
  useDeepCompareEffect(() => {
554
554
  const isSupportShortlink = acceptablePatternChecking(SHORT_LINK_PTN, acceptableTagPattern);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.826",
3
+ "version": "1.3.5-beta.827",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",