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
However, the page component is compiled right away but it's only inserted into the DOM when it's mounted after the data and activate hooks are done. This results in nextTick running before the element is in the DOM, resulting in the element never getting focus.
Since nextTick obviously doesn't ensure that the element is in the DOM, what can be used instead?