@lumx/react 3.7.1 → 3.7.2

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/index.js CHANGED
@@ -13272,7 +13272,7 @@ const Tooltip = /*#__PURE__*/forwardRef((props, ref) => {
13272
13272
  forwardedProps = _objectWithoutProperties(props, _excluded$1o);
13273
13273
  // Disable in SSR or without a label.
13274
13274
  if (!DOCUMENT || !label) {
13275
- return /*#__PURE__*/React.createElement(React.Fragment, null, children);
13275
+ return /*#__PURE__*/React.createElement(TooltipContextProvider, null, children);
13276
13276
  }
13277
13277
  const id = useMemo(() => `tooltip-${uid()}`, []);
13278
13278
  const [popperElement, setPopperElement] = useState(null);