File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -394,14 +394,14 @@ external useInsertionEffect7: (
394
394
@module ("react" )
395
395
external useSyncExternalStore : (
396
396
~subscribe : @uncurry ((unit => unit ) => (. unit ) => unit ),
397
- ~getSnapshot : @uncurry unit => 'state ,
397
+ ~getSnapshot : @uncurry ( unit => 'state ) ,
398
398
) => 'state = "useSyncExternalStore"
399
399
400
400
@module ("react" )
401
401
external useSyncExternalStoreWithServerSnapshot : (
402
402
~subscribe : @uncurry ((unit => unit ) => (. unit ) => unit ),
403
- ~getSnapshot : @uncurry unit => 'state ,
404
- ~getServerSnapshot : @uncurry unit => 'state ,
403
+ ~getSnapshot : @uncurry ( unit => 'state ) ,
404
+ ~getServerSnapshot : @uncurry ( unit => 'state ) ,
405
405
) => 'state = "useSyncExternalStore"
406
406
407
407
module Uncurried = {
You can’t perform that action at this time.
0 commit comments