Open
Description
Describe the feature you'd love to see
Current implementation of SuspenseList in Preact does not support the tail
property.
Additional context (optional)
The tail
property allows for one fallback to be shown at a time, which can be good than showing all at once (loading spinners falls into this.)