Skip to content

Commit 74ba8e2

Browse files
authored
Merge pull request #18 from dominikg/fix-svelte3-24-1
fix: update proxy to include 4379set that was added in svelte 3.24.1 (fix #17)
2 parents 1e054ec + 2eb89ff commit 74ba8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import { createProxiedComponent } from './svelte-hooks.js'
88

99
const handledMethods = ['constructor', '$destroy']
10-
const forwardedMethods = ['$set', '$on']
10+
const forwardedMethods = ['$set', '$$set', '$on']
1111

1212
const logError = (msg, err) => {
1313
// eslint-disable-next-line no-console

0 commit comments

Comments
 (0)