@bigbinary/neetoui 5.2.32 → 5.2.34

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/layouts.js CHANGED
@@ -4699,7 +4699,7 @@ var Tooltip = function Tooltip(_ref) {
4699
4699
  onCreate: function onCreate(instance) {
4700
4700
  var _instance$popper$firs;
4701
4701
  setInstance(instance);
4702
- (_instance$popper$firs = instance.popper.firstElementChild) === null || _instance$popper$firs === void 0 ? void 0 : _instance$popper$firs.setAttribute("data-cy", "tooltip-box");
4702
+ (_instance$popper$firs = instance.popper.firstElementChild) === null || _instance$popper$firs === void 0 || _instance$popper$firs.setAttribute("data-cy", "tooltip-box");
4703
4703
  }
4704
4704
  }, localProps, otherProps), /*#__PURE__*/React.isValidElement(children) ? children : /*#__PURE__*/React.createElement("span", null, children));
4705
4705
  };