Skip to content

Commit

Permalink
update type of actualChildProps to be more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
jspurlin committed Sep 1, 2022
1 parent 4122b1c commit 527eb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ function connect<
notifyNestedSubs,
])

let actualChildProps: uSES
let actualChildProps: Record<string, unknown>

try {
actualChildProps = useSyncExternalStore(
Expand Down

0 comments on commit 527eb36

Please sign in to comment.