breakpoints not working with useResponsiveValue #2195
Unanswered
danimadmolil
asked this question in
Q&A
Replies: 1 comment
-
Nice catch @danimadmolil! I'll try to fix this ASAP. Just created #2197 to track this problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hellow, i'm new to theme-ui. my project is simple react-app.on index.js i create a theme and use it with ThemeProvider like this:
index.js
App.js
the result color is always red. i'm not sure why it's like that. can any one help me please?
note:if i use breakpoint:['40em','50em','60em'] it work fine but i like to use media queries with condition like (min-width) and (max-width).
Beta Was this translation helpful? Give feedback.
All reactions