13.0.0 (2022-02-25)
Features
useMediaQuery
: add synchronous mql state fetch (0e0be56)- implement new hook -
useScreenOrientation
(107cc21)
BREAKING CHANGES
useMediaQuery
:useMediaQuery
now does synchronous fetch, this means
that in browser it will return final state on first render, while SSR
mode still returnundefined
.
SSR users should set second parameter of this hook totrue
, to
postpone state fetch until effects phase.