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 sidebar component is using the useIsMobile() hook from use-mobile.tsx instead of using useWindowSize() hook from usehooks-ts, which is what the other components use to check for mobile screens.
The sidebar component is using the
useIsMobile()
hook fromuse-mobile.tsx
instead of usinguseWindowSize()
hook fromusehooks-ts
, which is what the other components use to check for mobile screens.The text was updated successfully, but these errors were encountered: