unovue / radix-vue

Vue port of Radix UI Primitives. An open-source UI component library for building high-quality, accessible design systems and web apps.
https://radix-vue.com
MIT License
3.69k stars 229 forks source link

fix(Listbox): handle currentElement not in dom on focusout #1399

Closed vojvodics closed 3 weeks ago

vojvodics commented 3 weeks ago

Because nextTick is added in #1331, if the listbox component gets removed from the dom, an error occurs.

Link to repro: https://stackblitz.com/edit/7jpwyi-yem3zd?file=src%2FApp.vue - checkout the logs in the console