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
It seems that the down property is not working correctly for the element. Seems like the xs sm md lg xl are shifted by one. (for element only! casual breakpoints in style, etc.. works as expected)
Current Behavior 😯
lgDown works when the screen size is less than <= 1920
mdDown works when the screen size is less than <= 1280
and so on..
Expected Behavior 🤔
lgDown works when the screen size is less than <= 1280
mdDown works when the screen size is less than <= 960
and so on..
Your Environment 🌎
Tech
Version
Material-UI
v4.8.3
React
16.12.0
Browser
Chrome
TypeScript
yes
etc.
The text was updated successfully, but these errors were encountered:
It seems that the down property is not working correctly for the element. Seems like the xs sm md lg xl are shifted by one. (for element only! casual breakpoints in style, etc.. works as expected)
Current Behavior 😯
lgDown works when the screen size is less than <= 1920
mdDown works when the screen size is less than <= 1280
and so on..
Expected Behavior 🤔
lgDown works when the screen size is less than <= 1280
mdDown works when the screen size is less than <= 960
and so on..
Your Environment 🌎
The text was updated successfully, but these errors were encountered: