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
fix(useMediaQuery): Return boolean describing media query match on first render instead of undefined
This gets rid of the value changing from undefined to boolean on the first renders, which might
trigger undesired side-effects for users.
BREAKING CHANGE: On first render, boolean is returned instead of undefined.
fix#1000
0 commit comments