question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

TypeError: Cannot read properties of null (reading 'isCE')

See original GitHub issue

Describe 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

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
userquincommented, Jun 10, 2022

@enrtama did 0.14.2 fixed it for you? I just updated my version number and still getting the same error 😦

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)

2reactions
sheremet-vacommented, Jun 10, 2022

Fixed in 0.14.2

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found