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'm suspecting that the issue here is that mobile content is being delivered at 1025px (64.1rem = 1025.6px). Could we not just change the logic to determine isScreenMobile = useMediaLayout({ maxWidth: '64rem' }) and set isMobile: isScreenMobile
We should use the same algorithm in order to avoid inconsistencies between server-side and client-side navigation.
This PR (#328) will fix some issues, but it's not perfect as @athoscouto noticed: #328 (review)
The text was updated successfully, but these errors were encountered: