Refactor nextTick to use a direct import from a Vue package (8/9)
What does this MR do and why?
This MR refactors nextTick usage to only use a direct import from the Vue package, instead of multiple options like wrapper.vm.$nextTick or Vue.nextTick. It also aims to use async\await with nextTick wherever possible.
RFC on the nextTick change: gitlab-org/frontend/rfcs#47 (closed)
Screenshots or screen recordings
How to set up and validate locally
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.