-
-
Notifications
You must be signed in to change notification settings - Fork 8.8k
Closed
Labels
❗ p4-importantPriority 4: this fixes bugs that violate documented behavior, or significantly improves perf.Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.🐞 bugSomething isn't workingSomething isn't workingscope: suspensescope: transition
Description
Version
3.2.33
Reproduction link
Steps to reproduce
Click the Toggle component button in the reproduction, and observe that a template ref is null rather than defined.
What is expected?
I expect the behaviour with suspense to be the same as the behaviour without suspense.
What is actually happening?
<Suspense>
means that the mounted() hook runs before the elements are present in the DOM.
fanckush, nndnha, TJacoob, Sepush, nandi95 and 45 morelmiller1990, Triloworld, DeepKumbhare85, jd-solanki and hacknug
Metadata
Metadata
Assignees
Labels
❗ p4-importantPriority 4: this fixes bugs that violate documented behavior, or significantly improves perf.Priority 4: this fixes bugs that violate documented behavior, or significantly improves perf.🐞 bugSomething isn't workingSomething isn't workingscope: suspensescope: transition