We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db7efa5 commit cddbda2Copy full SHA for cddbda2
src/React.res
@@ -452,5 +452,5 @@ external useOptimistic: (
452
@module("react")
453
external act: (unit => promise<unit>) => promise<unit> = "act"
454
455
-@module("react")
456
-external captureOwnerStack: unit => Js.nullable<string> = "captureOwnerStack"
+@module("react") @return(nullable)
+external captureOwnerStack: unit => option<string> = "captureOwnerStack"
0 commit comments