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
There's roughly 50 instances of "isMobile" across 14 files and they're all of vaguely different implementations. Most refer to screen width, some at 750px and others at 960px. Others refer to the actual device.
In short, create or add to an existing utilities file and standardize the breakpoints.
The text was updated successfully, but these errors were encountered:
There's roughly 50 instances of "isMobile" across 14 files and they're all of vaguely different implementations. Most refer to screen width, some at 750px and others at 960px. Others refer to the actual device.
In short, create or add to an existing utilities file and standardize the breakpoints.
The text was updated successfully, but these errors were encountered: