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 would suggest to debounce the resize event and maybe orientationchange too. The other option could be instead of modifying className which may cause constantly reflow (as far I know), could be replaced with classListhttps://developer.mozilla.org/en-US/docs/Web/API/Element/classList
I would suggest to
debounce
the resize event and maybeorientationchange
too. The other option could be instead of modifyingclassName
which may cause constantly reflow (as far I know), could be replaced withclassList
https://developer.mozilla.org/en-US/docs/Web/API/Element/classListThe text was updated successfully, but these errors were encountered: