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
What did you expect to happen?
Linting errors about missing a closing textarea tag
What actually happened?
Oops! Something went wrong! :(
ESLint: 8.6.0
TypeError: Cannot read properties of null (reading 'range')
Occurred while linting /home/cheeze/repos/test-app/App.vue:1
Rule: "vue/html-indent"
at TokenStore.getTokensBetween (/home/cheeze/repos/test-app/node_modules/vue-eslint-parser/index.js:4240:107)
at setPreformattedTokens (/home/cheeze/repos/test-app/node_modules/eslint-plugin-vue/lib/utils/indent-common.js:314:36)
at EventEmitter.VElement (/home/cheeze/repos/test-app/node_modules/eslint-plugin-vue/lib/utils/indent-common.js:971:9)
at EventEmitter.emit (node:events:402:35)
at NodeEventGenerator.applySelector (/home/cheeze/repos/test-app/node_modules/vue-eslint-parser/index.js:3826:26)
at NodeEventGenerator.applySelectors (/home/cheeze/repos/test-app/node_modules/vue-eslint-parser/index.js:3840:22)
at NodeEventGenerator.enterNode (/home/cheeze/repos/test-app/node_modules/vue-eslint-parser/index.js:3848:14)
at traverse (/home/cheeze/repos/test-app/node_modules/vue-eslint-parser/index.js:117:13)
at traverse (/home/cheeze/repos/test-app/node_modules/vue-eslint-parser/index.js:124:21)
at traverseNodes (/home/cheeze/repos/test-app/node_modules/vue-eslint-parser/index.js:135:5)
Checklist
Tell us about your environment
Please show your full configuration:
What did you do?
What did you expect to happen?
Linting errors about missing a closing textarea tag
What actually happened?
Repository to reproduce this issue
https://github.com/cheeze2000/eslint-vue-error
To reproduce the error,
npm install
andnpm run lint
.The text was updated successfully, but these errors were encountered: