You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
My root component is attempting to retrieve a template reference in onMounted() but myRef.value is coming up null. However, using getCurrentInstance().refs.myRef does get the correct value.