floating-ui/react-popper

Position of Popover is wrong, its fixed to top left

Venipa opened this issue · 2 comments

Reproduction demo

Codesandbox Demo

Steps to reproduce the problem

  1. Click Red Field
  2. Wrong position

What is the expected behavior?

That the popover renders to the right start of the ref element.

What went wrong?

Popover position is set to top 0px, left 0px

Any other comments?

Packages versions

  • Popper.js: @popperjs/core@2.11.0
  • react-popper: 2.2.5

I have the same issue. My current workaround is to use @popperjs/core@2.10.2.