In my react app I am trying to build a dropdown menu with floating-ui/react-dom-interactions
(formerly knowns as react-popper
). Here is a codesandbox link to a demo of my component. Here is a output of the current state of the app.
I want to set the floating element width same as reference element. I have tried to follow this approach from documentation but didn't get the desired output. How can I set the floating element width same as reference element.