Returns true if the window matches the media query, or false otherwise.
true
false
The media query to match.
Optional
If non-undefined then returned during SSR and the initial client render.
undefined
Returns
true
if the window matches the media query, orfalse
otherwise.