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: (
394394@module ("react" )
395395external useSyncExternalStore : (
396396 ~subscribe : @uncurry ((unit => unit ) => (. unit ) => unit ),
397- ~getSnapshot : @uncurry unit => 'state ,
397+ ~getSnapshot : @uncurry ( unit => 'state ) ,
398398) => 'state = "useSyncExternalStore"
399399
400400@module ("react" )
401401external useSyncExternalStoreWithServerSnapshot : (
402402 ~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 ) ,
405405) => 'state = "useSyncExternalStore"
406406
407407module Uncurried = {
You can’t perform that action at this time.
0 commit comments