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 b386ca8 commit cf23bf7Copy full SHA for cf23bf7
src/React.res
@@ -452,7 +452,10 @@ external useOptimistic: (
452
@module("react")
453
external act: (unit => promise<unit>) => promise<unit> = "act"
454
455
-/** captureOwnerStack reads the current Owner Stack in development and returns it as a string if available. */
+/**
456
+captureOwnerStack reads the current Owner Stack in development and returns it as a string if available.
457
+[Read more on the React Documentation](https://react.dev/reference/react/captureOwnerStack)
458
+*/
459
460
@return(null_to_opt)
461
external captureOwnerStack: unit => option<string> = "captureOwnerStack"
0 commit comments