floating-ui / react-popper

🍿⚛Official React library to use Popper, the positioning library
https://popper.js.org/react-popper/
MIT License
2.5k stars 226 forks source link

update() && forceUpdate() with createPortal #461

Open AlexeyShaykov opened 10 months ago

AlexeyShaykov commented 10 months ago

Hi. Thanks for amazing lib!

Tell me please how to use update or forceUpdate functions in case https://popper.js.org/react-popper/v2/react-portals/ when popper render inside react portal?

in my case const { styles, attributes, forceUpdate, update } = usePopper()

hook usePopper always return forceUpdate or update null.

My problem is how to update poper position while scrolling the page

Thank you for any help you may be able to give!