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