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

Only set Reference's innerRef to null when unmounting #425

Closed shepmaster closed 3 years ago

shepmaster commented 3 years ago

Without this, the reference is set to null for every render, making it mostly unusable.

FezVrasta commented 3 years ago

Thanks!

Agontuk commented 2 years ago

@FezVrasta can you please publish a new version with this change ? Faced an issue regarding this, then realized this fix was not yet published.