You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many or all of the composable menu demos are either wrapping the Popper in a div and passing a ref to the div as the appendTo prop OR they are appending the menu to the document body. They should not need a wrapper div by default, and the popper should be appended to the trigger 'inline' by default.