Skip to content

Commit 1af8639

Browse files
João LeiteJoão Leite
authored andcommitted
small fixes for new typescript version
1 parent 35c5026 commit 1af8639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function triggerSubscriptions() {
5151
if (subscribes[componentId] && typeof subscribes[componentId] === 'function') {
5252
subscribes[componentId]()
5353
}
54-
resolve()
54+
resolve(componentId)
5555
}
5656
).then()
5757
}

0 commit comments

Comments
 (0)