diff --git a/src/runtime/slot/index.ts b/src/runtime/slot/index.ts index deef2f1bb5..b2036c5cb6 100644 --- a/src/runtime/slot/index.ts +++ b/src/runtime/slot/index.ts @@ -1,7 +1,7 @@ import { noop, insert, detach } from 'svelte/internal'; function create_root_slot_fn(elements) { - return function create_root_slot() { + return function () { return { c: noop,