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
On the website we copied the code we had in twenty-front to adapt the site between mobile/desktop version.
But this approach doesn't work with SSR and Next.js (this ends up with the desktop version being loaded at first and then once React is loaded it switches to the mobile version).
We need to change this and use media-queries instead https://emotion.sh/docs/media-queries
On the website we copied the code we had in
twenty-front
to adapt the site between mobile/desktop version.But this approach doesn't work with SSR and Next.js (this ends up with the desktop version being loaded at first and then once React is loaded it switches to the mobile version).
We need to change this and use media-queries instead https://emotion.sh/docs/media-queries
@Kanav-Arora will handle this :)
The text was updated successfully, but these errors were encountered: