File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/svelte/src/internal/shared Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,13 @@ export function dynamic_void_element_content(tag) {
20
20
21
21
/**
22
22
* The following properties cannot be cloned with `$state.snapshot` — the return value contains the originals:
23
- *
24
23
* %properties%
25
24
* @param {string | undefined | null } [properties]
26
25
*/
27
26
export function state_snapshot_uncloneable ( properties ) {
28
27
if ( DEV ) {
29
28
console . warn ( `%c[svelte] state_snapshot_uncloneable\n%c${ properties
30
29
? `The following properties cannot be cloned with \`$state.snapshot\` — the return value contains the originals:
31
-
32
30
${ properties } `
33
31
: "Value cannot be cloned with `$state.snapshot` — the original value was returned" } `, bold , normal ) ;
34
32
} else {
You can’t perform that action at this time.
0 commit comments