Skip to content

Refactor nextTick to use a direct import from a Vue package (3/9)

Stanislav Lashmanov requested to merge slashmanov/refactor-next-tick-3 into master

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.

Edited by Natalia Tepluhina

Merge request reports