-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Popover changes in 0.42.0 causes flickering #3635
Comments
Hello! Does this happen in version 0.41.5 as well, or did it only change in 0.42.0? Because I made some changes in 0.42 to try and fix another issue in another project where the popover would not render at all unless the showPopover call was delayed. I think maybe this change should be reverted |
It does not happen in 0.41.5 that we had to revert down to |
@havardla I have made a test release with a possible fix. Would it be possible for you to test this in your prod enviroment since I am unable to reproduce this locally? |
Cannot seem to trigger the flickering now |
Thanks! The fix has now been released as 0.42.1 |
Describe the bug
When updating to 0.42.0 hovering over a button that triggers a popover causes the popover to trigger a re-render that causes flickering. This behavior is only happening on chromium based browser in a vite production build
Steps to reproduce the bug
A bit hard to reproduce since it only happens when we have this in production (cannot reproduce in localhost)
Expected behavior
Popover to stay visible when hitting the right edge
Specifications
Additional context
We are running our application in radix using vite frontend tooling
The text was updated successfully, but these errors were encountered: