You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Menu and popover uses the popper hook which sends updated positional data every frame during scrolling, which means these components and some of their children gets rendered every frame (not painted though, just the function runs which can be a bit heavy on itself)
Steps to reproduce the bug
console log the functions and children
Expected behavior
Better memoization to avoid performance impact during scroll. Also perhaps there is a way to pause popper when the popup is closed
The text was updated successfully, but these errors were encountered:
Describe the bug
Menu and popover uses the popper hook which sends updated positional data every frame during scrolling, which means these components and some of their children gets rendered every frame (not painted though, just the function runs which can be a bit heavy on itself)
Steps to reproduce the bug
Expected behavior
Better memoization to avoid performance impact during scroll. Also perhaps there is a way to pause popper when the popup is closed
The text was updated successfully, but these errors were encountered: