If no fallback slot is provided, no blank should be displayed if possible when timeout is specified
Version
3.1.1
Reproduction link
Steps to reproduce
- Check the checkbox
What is expected?
- Other content to be replaced by Parent after 1s
What is actually happening?
- After 500ms (the timeout), nothing is displayed
- After 1s, Parent is displayed
I think this default would make more sense and could be easily replaced with the existing behavior by providing an empty fallback
slot