docs: add missing matchMedia
reference (#895)
* docs: add missing `matchMedia` reference * Update docs/src/pages/core-concepts/component-hydration.md Co-authored-by: Caleb Jasik <calebjasik@jasik.xyz>
This commit is contained in:
parent
239c7b1668
commit
b7630b93e6
1 changed files with 1 additions and 0 deletions
|
@ -91,3 +91,4 @@ Alternatively, you could add a `<script>` tag to your Astro component HTML templ
|
|||
|
||||
[mdn-io]: https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API
|
||||
[mdn-ric]: https://developer.mozilla.org/en-US/docs/Web/API/Window/requestIdleCallback
|
||||
[mdn-mm]: https://developer.mozilla.org/en-US/docs/Web/API/Window/matchMedia
|
||||
|
|
Loading…
Reference in a new issue