From 99ac61d896474d75bfa23435b6a7db9fec1c9449 Mon Sep 17 00:00:00 2001 From: Bjorn Lu <34116392+bluwy@users.noreply.github.com> Date: Tue, 7 Dec 2021 01:22:45 +0800 Subject: [PATCH] fix: lint --- src/runtime/internal/dev.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/internal/dev.ts b/src/runtime/internal/dev.ts index d5e6e60824..b59e0631a9 100644 --- a/src/runtime/internal/dev.ts +++ b/src/runtime/internal/dev.ts @@ -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" ); }