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): On misconfiguration, cause hydration error instead of SSR crash (#1042)
In #1000 it was noted, that the current implementation does not follow the convention of causing a
hydration error on misconfiguration. This is now fixed.
re #1000
0 commit comments