Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [13.0.0](v12.3.0...v13.0.0) (2022-02-25) ### Features * **`useMediaQuery`:** add synchronous mql state fetch ([0e0be56](0e0be56)) * implement new hook - `useScreenOrientation` ([107cc21](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 return `undefined`. SSR users should set second parameter of this hook to `true`, to postpone state fetch until effects phase.
- Loading branch information