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