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
I noticed useIntersectionObserver() in src/components/SVGLibraries/IconLibrary/IconCategory.js originally used to avoid the crash since not using it will cause the page to crash immediately. It seems fast scroll is the edge case for that solution.
The text was updated successfully, but these errors were encountered:
Detailed description
When scrolling too fast in Icons page browser crashes with Minified React error #62
Tested on Chrome and Safari
Steps to reproduce the issue
Additional information
Screen.Recording.2024-06-13.at.2.57.37.PM.mov
I noticed
useIntersectionObserver()
insrc/components/SVGLibraries/IconLibrary/IconCategory.js
originally used to avoid the crash since not using it will cause the page to crash immediately. It seems fast scroll is the edge case for that solution.The text was updated successfully, but these errors were encountered: