Nuxtlink-failing #3
Annotations
2 errors and 1 warning
Run tests:
components/NavBar.vue#L11
TypeError: Cannot destructure property 'isActive' of 'undefined' as it is undefined.
❯ components/NavBar.vue:11:17
❯ renderFnWithContext node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:689:13
❯ normalizeChildren node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7599:34
❯ createBaseVNode node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7404:5
❯ _createVNode node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7481:10
❯ createVNodeWithArgsTransform node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7358:10
❯ Module.h node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:8118:12
❯ Proxy.<anonymous> node_modules/@nuxt/test-utils/dist/runtime-utils/index.mjs:64:108
❯ renderComponentRoot node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:6445:16
❯ ReactiveEffect.componentUpdateFn [as fn] node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5262:46
This error originated in "components/NavBar.nuxt.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "renders Home link correctly". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading