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
The codebase currently utilizes window.pageYOffset, which is deprecated in favor of window.scrollY for accessing the vertical scroll position of the document. It's recommended to update the codebase to use window.scrollY instead to ensure compatibility and future-proofing.
Expected Behavior
Update the codebase to use window.scrollY instead of window.pageYOffset.
Current Behavior
The codebase currently utilizes window.pageYOffset, which is deprecated in favor of window.scrollY for accessing the vertical scroll position of the document. It's recommended to update the codebase to use window.scrollY instead to ensure compatibility and future-proofing.
Expected Behavior
Update the codebase to use window.scrollY instead of window.pageYOffset.
Code Location
play\site\src\components\Navigation\index.js
Screenshots/Logs
Contributor Guides and Resources
The text was updated successfully, but these errors were encountered: