Skip to content

Commit 527eb36

Browse files
committed
update type of actualChildProps to be more accurate
1 parent 4122b1c commit 527eb36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/connect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ function connect<
701701
notifyNestedSubs,
702702
])
703703

704-
let actualChildProps: uSES
704+
let actualChildProps: Record<string, unknown>
705705

706706
try {
707707
actualChildProps = useSyncExternalStore(

0 commit comments

Comments
 (0)