Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Sep 1, 2023
1 parent e8be877 commit c065e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gurx/react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function realmFactoryToComponent<
realm.resetSingletonSubs()
for (const eventName of eventNames) {
if (eventName in props) {
realm.singletonSubKey(map.events![eventName]! as string, props[eventName]!)
realm.singletonSubKey(map.events![eventName]! as string, props[eventName])
}
}
return () => {
Expand Down

0 comments on commit c065e09

Please sign in to comment.