You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The useFocusWithin utility is not working from Vue version 3.4.13 onwards.
Additionally, the following warning is thrown on Vue version 3.4.19 (the latest one). This warning only appears in this version.
[Vue warn] Computed is still dirty after getter evaluation, likely because a computed is mutating its own dependency in its getter. State mutations in computed getters should be avoided. Check the docs for more details: https://vuejs.org/guide/essentials/computed.html#getters-should-be-side-effect-free
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a VueUse issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to https://github.com/vuejs/core instead.
Check that this is a concrete bug. For Q&A open a GitHub Discussion.
Describe the bug
The
useFocusWithin
utility is not working from Vue version3.4.13
onwards.Additionally, the following warning is thrown on Vue version
3.4.19
(the latest one). This warning only appears in this version.Reproduction
https://vueuse.org/core/useFocusWithin/#usefocuswithin
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: