Skip to content

Commit d688a1c

Browse files
author
Jerry Bruwes
committed
modified: src/index.ts
1 parent c55576b commit d688a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default (
1515
parent: keyParent = "parent",
1616
prev: keyPrev = "prev",
1717
siblings: keySiblings = "siblings",
18-
},
18+
} = {},
1919
) => {
2020
const data = (isReactive(tree) ? tree : reactive(tree)) as Reactive<
2121
Record<string, unknown>[]

0 commit comments

Comments
 (0)