fix: 修复子组件在父组件setup时无法获取$scope字段 ask 199111 #239
Annotations
10 errors
packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject')
❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
This error originated in "packages/vue/__tests__/e2e/todomvc.spec.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 "classic". 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.
|
packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject')
❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
This error originated in "packages/vue/__tests__/e2e/todomvc.spec.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 "composition". 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.
|
packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject')
❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
This error originated in "packages/vue/__tests__/e2e/grid.spec.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 "classic". 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.
|
packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject')
❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
This error originated in "packages/vue/__tests__/e2e/svg.spec.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 "classic". 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.
|
packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject')
❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
This error originated in "packages/vue/__tests__/e2e/svg.spec.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 "composition". 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.
|
packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject')
❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
This error originated in "packages/vue/__tests__/e2e/tree.spec.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 "classic". 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.
|
packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject')
❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
This error originated in "packages/vue/__tests__/e2e/tree.spec.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 "composition". 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.
|
packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject')
❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
This error originated in "packages/vue/__tests__/e2e/commits.spec.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 "classic". 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.
|
packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject')
❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
This error originated in "packages/vue/__tests__/e2e/commits.spec.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 "composition". 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.
|
packages/vue/__tests__/e2e/e2eUtils.ts#L53
TypeError: Cannot read properties of undefined (reading 'remoteObject')
❯ packages/vue/__tests__/e2e/e2eUtils.ts:53:15
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpPage.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
❯ CdpPage.#onLogEntryAdded node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/cdp/Page.ts:535:18
❯ node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:242
❯ Object.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js:25:226
❯ CdpCDPSession.emit node_modules/.pnpm/[email protected]/node_modules/puppeteer-core/src/common/EventEmitter.ts:137:4
This error originated in "packages/vue/__tests__/e2e/markdown.spec.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 "classic". 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.
|
This job failed
Loading