Skip to content

Commit fb8cfc0

Browse files
committed
This is now known as the uSES type
Fixes type-tests for typescript@next
1 parent 31f8b92 commit fb8cfc0

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
@@ -696,7 +696,7 @@ function connect<
696696
notifyNestedSubs,
697697
])
698698

699-
let actualChildProps: unknown
699+
let actualChildProps: uSES
700700

701701
try {
702702
actualChildProps = useSyncExternalStore(

0 commit comments

Comments
 (0)