Relative Content

Tag Archive for reactjsreact-hooksmaterial-ui

Popper appears on the top left corner instead of beside the clicked button

Hello everyone I am making a my orders page which shows the orders placed by that user.I am displaying order deatils in a table row using map function. Now there is one button at the last of each row which should open Popper(beside that button)when clicked on it.I am using Material UI Popper component for that.Now when I Click on any button Popper appears on the top left corner of the screen instead of beside the button. Warning on console is The anchorEl prop provided to the component is invalid.
The anchor element should be part of the document layout.
Make sure the element is present in the document or that it’s not display none.