Closed sunnylost closed 2 months ago
@sunnylost is attempting to deploy a commit to the vuejs Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
repl | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Aug 25, 2024 6:29am |
fix https://github.com/vuejs/repl/issues/263
Because
reloadLanguageTools()
is an asynchronous method, it may be called repeatedly beforedisposeVue
is created, leading tovolar.registerProviders()
not being correctly disposed of, resulting in duplicate hover cards.