Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SuspenseProps

Index

Properties

Optional children

children: ReactNode

fallback

fallback: NonNullable<ReactNode> | null

A fallback react tree to show when a Suspense child (like React.lazy) suspends

Optional unstable_avoidThisFallback

unstable_avoidThisFallback: undefined | false | true

Tells React whether to “skip” revealing this boundary during the initial load. This API will likely be removed in a future release.

Generated using TypeDoc