tail
is a customization prop for SuspenseList
. It works in tandem with revealOrder
and has three options: undefined
, collapsed
, and hidden
.
These options can be used to configure how fallbacks are displayed.
undefined
: show all fallbacks
hidden
: show no fallbacks
collapsed
: show only the next fallback