Skip to content

Commit f2406b2

Browse files
committed
regenerate
1 parent df97184 commit f2406b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,6 +1756,7 @@ declare module 'svelte/reactivity' {
17561756
* Creates a media query and provides a `current` property that reflects whether or not it matches.
17571757
*
17581758
* Use it carefully — during server-side rendering, there is no way to know what the correct value should be, potentially causing content to change upon hydration.
1759+
* If you can use the media query in CSS to achieve the same effect, do that.
17591760
*
17601761
* ```svelte
17611762
* <script>

0 commit comments

Comments
 (0)