Function: AutoSuspense()
Estimated reading time: less than 1 minuteA Suspense boundary that obtains its request ID from the current automatic Suspense scope.
Framework integrations establish this scope when their autoSuspense option is enabled.
Use Suspense with an explicit rid outside
those environments.
Parameters
props
Returns
Element
Example
Throws
If no automatic Suspense scope is active.