@entur/dropdown 6.0.3-RC.2 → 6.0.3-RC.3

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.
@@ -2415,9 +2415,12 @@ var Dropdown = function Dropdown(_ref) {
2415
2415
  onChange == null ? void 0 : onChange(highlitedItem);
2416
2416
  }
2417
2417
  }
2418
- },
2418
+ }
2419
+ }, {
2420
+ suppressRefError: true
2421
+ }), {
2419
2422
  ref: toggleButtonRef
2420
- })), (_ref3 = (_selectedItem$label = selectedItem == null ? void 0 : selectedItem.label) != null ? _selectedItem$label : React.createElement("div", {
2423
+ }), (_ref3 = (_selectedItem$label = selectedItem == null ? void 0 : selectedItem.label) != null ? _selectedItem$label : React.createElement("div", {
2421
2424
  className: classNames('eds-dropdown__selected-item__placeholder', {
2422
2425
  'eds-dropdown__selected-item__placeholder--readonly': readOnly
2423
2426
  })