Skip to content

Commit 776add8

Browse files
author
pemrouz
committed
chore: simplify component signature (websdk/vanilla#2)
1 parent 67bbc70 commit 776add8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const render = ripple => el => {
9090
if (deps && !data) return el
9191

9292
try {
93-
fn.call(root, defaults(el, data), index(el), root)
93+
fn.call(root, root, defaults(el, data))
9494
} catch (e) {
9595
err(e, e.stack)
9696
}

0 commit comments

Comments
 (0)