sqal
sqal
**Checklist** - [x] I have tried restarting my IDE and the issue persists. - [x] I have read the [FAQ](https://eslint.vuejs.org/user-guide/#faq) and my problem is not listed. **Tell us about your...
### Are you submitting a **bug report** or a **feature request**? Bug report ### What is the current behavior? Second parameter passed to custom isEqual function is sometimes `undefined` Please...
### Test case: ``` const emitter = dush() const handler1 = () => { console.log('a') } const handler2 = () => { console.log('a') } emitter.on('a', handler1) emitter.on('a', handler2) emitter.off('a', handler1)...
Hi. I would like to ask you for advice on how I can solve my current problem that I am struggling with. I use `rules.oneOf` setup in my webpack config....
Hi. I hope this is a good place to report an issue that I am having. Ok so as I said in the title, I have a problem with very...
### What problem does this feature solve? https://github.com/vuejs/vue/issues/7178 It seems like this still needs to be implemented, in v3 because currently it passes `slots` as component's prop instead of its...
hi @jrenton. Is there a possibility of adding functionality that allows user to group validation fields like in https://monterail.github.io/vuelidate/#sub-validation-groups. I see that vue-validity is heavily based on this validator so...
I am getting an error "Uncaught TypeError: Cannot read property 'data' of undefined':  when I use v-validity but not with v-model ``` ```
Hi. I have a few questions regarding TypeScript support that will come along with Vue 3.0. I wanted to ask them originally in https://github.com/vuejs/rfcs/pull/42 but I thought my comment would...
- [x] I have searched for [similar issues](https://github.com/raineorshine/npm-check-updates/issues) --- ## Steps to Reproduce 1. Create package.json ```json { "name": "test-project", "version": "1.0.0", "private": true, "devDependencies": { "typescript": "^5.4.4" } }...