@ssaprt/tooltip 1.0.5 → 1.0.6

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.mjs CHANGED
@@ -1330,7 +1330,6 @@ var useTooltip = ({
1330
1330
  pendingHideRef.current = false;
1331
1331
  interactiveBridgeDeadlineRef.current = 0;
1332
1332
  clearTooltipActivation(ownerRef.current);
1333
- setMounted(false);
1334
1333
  updatePhase("hidden");
1335
1334
  }, [clearEnterFrames, clearHideTimer, clearInteractiveFrame, updatePhase]);
1336
1335
  const runHide = useCallback(() => {