epicmaxco / vuestic-ui

Vuestic UI is an open-source Vue 3 component library designed for rapid development, easy maintenance, and high accessibility. Maintained by Epicmax (@epicmaxco).
https://vuestic.dev
MIT License
3.49k stars 338 forks source link

`useEvent` composable is called somewhere outside of `setup` #3146

Closed aluarius closed 1 year ago

aluarius commented 1 year ago

Add, for example, onBeforeUnmount hook to useEvents and you'll gain warning, that this hook can be used only in setup function.

This possibly can cause problems.

m0ksem commented 1 year ago

Looks like issue in useHover, usePressed. For some reason it used in onMount hook.

rustem-nasyrov commented 1 year ago

Can't confirm, need a repro.