pull/6991/head
Bjorn Lu 5 years ago committed by GitHub
parent c0b89dd562
commit 99ac61d896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -158,7 +158,7 @@ export class SvelteComponentDev extends SvelteComponent {
if (!options.target && !current_component) {
throw new Error(
"Multiple Svelte instances detected. This can happen if you use Svelte components which are precompiled to JavaScript. " +
'Multiple Svelte instances detected. This can happen if you use Svelte components which are precompiled to JavaScript. ' +
"Ensure to use the raw Svelte version of these components, or set the 'target' option instead"
);
}

Loading…
Cancel
Save