Skip to content

Commit fb99a7f

Browse files
committed
fix
1 parent 34ec7a7 commit fb99a7f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/svelte/src/internal/shared/warnings.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,13 @@ export function dynamic_void_element_content(tag) {
2020

2121
/**
2222
* The following properties cannot be cloned with `$state.snapshot` — the return value contains the originals:
23-
*
2423
* %properties%
2524
* @param {string | undefined | null} [properties]
2625
*/
2726
export function state_snapshot_uncloneable(properties) {
2827
if (DEV) {
2928
console.warn(`%c[svelte] state_snapshot_uncloneable\n%c${properties
3029
? `The following properties cannot be cloned with \`$state.snapshot\` — the return value contains the originals:
31-
3230
${properties}`
3331
: "Value cannot be cloned with `$state.snapshot` — the original value was returned"}`, bold, normal);
3432
} else {

0 commit comments

Comments
 (0)