Skip to content

Commit

Permalink
This is now known as the uSES type
Browse files Browse the repository at this point in the history
Fixes type-tests for typescript@next
  • Loading branch information
timdorr committed Aug 29, 2022
1 parent 31f8b92 commit fb8cfc0
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 @@ -696,7 +696,7 @@ function connect<
notifyNestedSubs,
])

let actualChildProps: unknown
let actualChildProps: uSES

try {
actualChildProps = useSyncExternalStore(
Expand Down

0 comments on commit fb8cfc0

Please sign in to comment.