TypeError: Cannot read properties of null (reading 'isCE')
See original GitHub issueDescribe the bug
Wen running vitest --ui
I cannot visualize it due to an error: TypeError: Cannot read properties of null (reading 'isCE')
Reproduction
Run vitest --ui
System Info
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@types/node": "^17.0.41",
"@vitejs/plugin-vue": "^2.3.3",
"@vitest/ui": "^0.14.1",
"@vue/test-utils": "^2.0.0",
"@wdio/cli": "^7.20.1",
"@wdio/local-runner": "^7.20.1",
"@wdio/mocha-framework": "^7.20.0",
"@wdio/spec-reporter": "^7.20.0",
"@wdio/sync": "^7.20.1",
"c8": "^7.11.3",
"chromedriver": "^101.0.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.1.0",
"eslint-plugin-webdriverio": "^1.0.1",
"jsdom": "^19.0.0",
"prettier": "^2.6.2",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"sass": "^1.52.2",
"ts-node": "^10.8.1",
"typescript": "^4.5.4",
"vite": "^2.9.9",
"vite-plugin-eslint": "^1.6.1",
"vitest": "^0.14.1",
"vue-tsc": "^0.34.7",
"wdio-chromedriver-service": "^7.3.2"
}
Used Package Manager
yarn
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn’t already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Cannot read property 'isCE' of null in remote component with ...
Server crashes on renderSlot function with Cannot read property 'isCE' of null error. Removing slot from remote component fixes the issue, but ...
Read more >vue.js - TypeError: Cannot read properties of null (reading 'isCE')
The following error is reported back in the console. TypeError: Cannot read properties of null (reading 'isCE'). I have looked into the issue ......
Read more >TypeError: Cannot read properties of null (reading 'isCE')
[Solved]-TypeError: Cannot read properties of null (reading 'isCE') - Custom Component Library-Vue.js ... I've also encountered this very frustrating issue.
Read more >uncaught (in promise) typeerror: cannot read properties of null ...
When Importing Self Made Vue 3 Library Into Vue 3 Project: "Uncaught TypeError: Cannot read properties of null (reading 'isCE')" Neither of the...
Read more >Inertia.js + Vue 3 + TS = "Cannot read properties of null ...
Uncaught (in promise) TypeError: Cannot read properties of null (reading 'dataset') at exports.createInertiaApp (app.js:10) at Module../resources/js/app.ts ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
You should include the 0.14.2 version on
vitest
and@vitest/ui
dev dependencies.Vitest UI Test (0.14.2 + Vite 2.9.9)
Fixed in 0.14.2