@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.
@@ -1336,7 +1336,7 @@ var DropdownList = function DropdownList(_ref) {
1336
1336
  // use popover from @entur/tooltip when that package upgrades to floating-ui
1337
1337
  React.createElement("ul", _extends({}, getMenuProps({
1338
1338
  'aria-multiselectable': isMultiselect,
1339
- ref: utils.mergeRefs(getMenuProps().ref, listRef)
1339
+ ref: listRef
1340
1340
  }), {
1341
1341
  className: "eds-dropdown__list",
1342
1342
  style: _extends({