@plasmicpkgs/react-aria 0.0.144 → 0.0.145

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.
@@ -5020,7 +5020,7 @@ function ControlledBaseTooltip(props) {
5020
5020
  props
5021
5021
  });
5022
5022
  const ref = React.useRef(null);
5023
- const tooltipId = React.useId();
5023
+ const tooltipId = reactAria.useId();
5024
5024
  const state = reactStately.useTooltipTriggerState(__spreadProps(__spreadValues({}, props), {
5025
5025
  isOpen: isCanvasAwareOpen,
5026
5026
  trigger: trigger === "focus" ? trigger : void 0