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 9d612c9 commit 2766a12Copy full SHA for 2766a12
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") @return(nullable)
+@module("react") @return(null_to_opt)
456
external captureOwnerStack: unit => option<string> = "captureOwnerStack"
0 commit comments