Closed
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.