@entur/dropdown 6.0.3-RC.4 → 6.0.3-RC.5

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