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
According to the documentation, md breakpoint should be returned at @media (min-width: 768px) { ... }. Instead it triggers at @media (min-width: 769px) { ... }
🐛 Bug Report
According to the documentation, md breakpoint should be returned at
@media (min-width: 768px) { ... }
. Instead it triggers at@media (min-width: 769px) { ... }
To Reproduce
Expected behavior
Link to repl or repo (highly encouraged)
https://codesandbox.io/s/confident-tdd-mhwndm?file=/src/App.js
The text was updated successfully, but these errors were encountered: