pull/13557/head
Simon Holthausen 1 year ago
parent 34ec7a773e
commit fb99a7f062

@ -20,7 +20,6 @@ export function dynamic_void_element_content(tag) {
/** /**
* The following properties cannot be cloned with `$state.snapshot` the return value contains the originals: * The following properties cannot be cloned with `$state.snapshot` the return value contains the originals:
*
* %properties% * %properties%
* @param {string | undefined | null} [properties] * @param {string | undefined | null} [properties]
*/ */
@ -28,7 +27,6 @@ export function state_snapshot_uncloneable(properties) {
if (DEV) { if (DEV) {
console.warn(`%c[svelte] state_snapshot_uncloneable\n%c${properties console.warn(`%c[svelte] state_snapshot_uncloneable\n%c${properties
? `The following properties cannot be cloned with \`$state.snapshot\` — the return value contains the originals: ? `The following properties cannot be cloned with \`$state.snapshot\` — the return value contains the originals:
${properties}` ${properties}`
: "Value cannot be cloned with `$state.snapshot` — the original value was returned"}`, bold, normal); : "Value cannot be cloned with `$state.snapshot` — the original value was returned"}`, bold, normal);
} else { } else {

Loading…
Cancel
Save