-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
Version
2.3.0
Reproduction link
https://jsfiddle.net/z11fe07p/1959/
Steps to reproduce
- load https://jsfiddle.net/z11fe07p/1959/
- click the "B" button
What is expected?
The previous component (A) should disappear before component B appears
What is actually happening?
Components A and B are visible simultaneously
This behavior is happens only when component B is not already loaded. Next time you switch from A to B, everything is fine.