@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.
@@ -774,6 +774,7 @@ var Dropdown = function Dropdown(_ref) {
774
774
  }, option.label));
775
775
  });
776
776
  }, [onSelectItem, optionIndex, options]);
777
+ if (!options) return null;
777
778
  return /*#__PURE__*/React__default.createElement(react.Flex, {
778
779
  flexDirection: "column",
779
780
  ref: dropdownRef,