@xqmsg/ui-core 0.21.0 → 0.21.1

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.
@@ -767,6 +767,7 @@ var Dropdown = function Dropdown(_ref) {
767
767
  }, option.label));
768
768
  });
769
769
  }, [onSelectItem, optionIndex, options]);
770
+ if (!options) return null;
770
771
  return /*#__PURE__*/React__default.createElement(Flex, {
771
772
  flexDirection: "column",
772
773
  ref: dropdownRef,