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 2766a12 commit b386ca8Copy full SHA for b386ca8
src/React.res
@@ -452,5 +452,7 @@ external useOptimistic: (
452
@module("react")
453
external act: (unit => promise<unit>) => promise<unit> = "act"
454
455
-@module("react") @return(null_to_opt)
+/** captureOwnerStack reads the current Owner Stack in development and returns it as a string if available. */
456
+@module("react")
457
+@return(null_to_opt)
458
external captureOwnerStack: unit => option<string> = "captureOwnerStack"
0 commit comments