Skip to content

Commit d5922f8

Browse files
committed
merge main
2 parents 02efac9 + 2db5bcc commit d5922f8

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/chatty-apples-flash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'svelte': patch
3+
---
4+
5+
chore: default params for html blocks

packages/svelte/src/internal/client/dom/blocks/html.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ function check_hash(element, server_hash, value) {
3535
/**
3636
* @param {Element | Text | Comment} node
3737
* @param {() => string} get_value
38-
* @param {boolean} svg
39-
* @param {boolean} mathml
38+
* @param {boolean} [svg]
39+
* @param {boolean} [mathml]
4040
* @param {boolean} [skip_warning]
4141
* @returns {void}
4242
*/

0 commit comments

Comments
 (0)