@entur/dropdown 6.0.3-beta.0 → 6.0.3-beta.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.
@@ -1332,7 +1332,7 @@ var DropdownList = function DropdownList(_ref) {
1332
1332
  // use popover from @entur/tooltip when that package upgrades to floating-ui
1333
1333
  React.createElement("ul", _extends({}, getMenuProps({
1334
1334
  'aria-multiselectable': isMultiselect,
1335
- ref: mergeRefs(getMenuProps().ref, listRef)
1335
+ ref: listRef
1336
1336
  }), {
1337
1337
  className: "eds-dropdown__list",
1338
1338
  style: _extends({