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
Oops! Something went wrong! :(
ESLint: 8.15.0
TypeError: Cannot read properties of undefined (reading 'parent')
Occurred while linting /app/src/App.vue:9
Rule: "no-obj-calls"
at isPassThrough (/app/node_modules/eslint-utils/index.js:1461:25)
at ReferenceTracker._iteratePropertyReferences (/app/node_modules/eslint-utils/index.js:1676:16)
at _iteratePropertyReferences.next (<anonymous>)
at ReferenceTracker._iterateVariableReferences (/app/node_modules/eslint-utils/index.js:1659:29)
at _iterateVariableReferences.next (<anonymous>)
at ReferenceTracker.iterateGlobalReferences (/app/node_modules/eslint-utils/index.js:1517:25)
at iterateGlobalReferences.next (<anonymous>)
at Program (/app/node_modules/eslint/lib/rules/no-obj-calls.js:74:41)
at ruleErrorHandler (/app/node_modules/eslint/lib/linter/linter.js:1114:28)
at /app/node_modules/eslint/lib/linter/safe-emitter.js:45:58
Reverting to vue-eslint-parser@^8 or moving the JSON call to the script prevents the error:
See reproduction at: https://github.com/IAmRGroot/reproduction-vue. I'm using Vue 2 with Composition API + Script Setup.
Steps:
npm run lint
Error:
Reverting to vue-eslint-parser@^8 or moving the JSON call to the script prevents the error:
The text was updated successfully, but these errors were encountered: