You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
The text was updated successfully, but these errors were encountered:
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.)The text was updated successfully, but these errors were encountered: