Skip to content

Commit

Permalink
small fixes for new typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
João Leite authored and João Leite committed Nov 16, 2022
1 parent 35c5026 commit 1af8639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function triggerSubscriptions() {
if (subscribes[componentId] && typeof subscribes[componentId] === 'function') {
subscribes[componentId]()
}
resolve()
resolve(componentId)
}
).then()
}
Expand Down

0 comments on commit 1af8639

Please sign in to comment.