console.warn(`%c[svelte] bad_raw_snippet_render\n%cThe \`render\` function of\`createRawSnippet\`is expected to return the HTML for a single element. Ensure the HTML generated from \`render\` is correct.`,bold,normal);
console.warn(`%c[svelte] bad_raw_snippet_render\n%cThe \`render\` function passed to \`createRawSnippet\`should return HTML for a single element`,bold,normal);