Subscribe on changes!

If no fallback slot is provided, no blank should be displayed if possible when timeout is specified

avatar
Jun 21st 2021

Version

3.1.1

Reproduction link

Playground

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