fix: hydration error with useId (#1109) #14
Annotations
3 errors, 5 warnings, and 1 notice
Run pnpm exec playwright test --shard=3/4:
e2e/create-waku.spec.ts#L1
stderr: node:internal/bootstrap/switches/does_own_process_state:138
cachedCwd = rawMethods.cwd();
^
Error: ENOENT: no such file or directory, uv_cwd
at process.wrappedCwd (node:internal/bootstrap/switches/does_own_process_state:138:28)
at process.cwd (/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/dist/pnpm.cjs:45:23)
at process.cwd (/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/dist/pnpm.cjs:7749:23)
at ../node_modules/.pnpm/get-source@2.0.12/node_modules/get-source/impl/path.js (/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/dist/pnpm.cjs:38842:58)
at __require (/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/dist/pnpm.cjs:12:50)
at ../node_modules/.pnpm/get-source@2.0.12/node_modules/get-source/get-source.js (/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/dist/pnpm.cjs:38933:17)
at __require (/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/dist/pnpm.cjs:12:50)
at ../node_modules/.pnpm/stacktracey@2.1.8/node_modules/stacktracey/stacktracey.js (/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/dist/pnpm.cjs:39240:21)
at __require (/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/dist/pnpm.cjs:12:50)
at ../cli/default-reporter/lib/reportError.js (/home/runner/setup-pnpm/node_modules/.pnpm/pnpm@9.4.0/node_modules/pnpm/dist/pnpm.cjs:39481:42) {
errno: -2,
code: 'ENOENT',
syscall: 'uv_cwd'
}
Node.js v20.8.0
|
Run pnpm exec playwright test --shard=3/4:
e2e/create-waku.spec.ts#L1
stderr: Could not execute pnpm install. Please run
|
Run pnpm exec playwright test --shard=3/4:
e2e/ssr-basic.spec.ts#L70
1) [firefox] › ssr-basic.spec.ts:62:5 › ssr-basic: DEV › check hydration error ───────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('count')
Expected string: "1"
Received string: "0"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('count')
14 × locator resolved to <p data-testid="count">0</p>
- unexpected value "0"
68 | await expect(page.getByTestId('count')).toHaveText('0');
69 | await page.getByTestId('increment').click();
> 70 | await expect(page.getByTestId('count')).toHaveText('1');
| ^
71 | expect(messages.join('\n')).not.toContain('hydration-mismatch');
72 | });
73 | });
at /home/runner/work/waku/waku/e2e/ssr-basic.spec.ts:70:47
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run pnpm exec playwright test --shard=3/4:
[webkit] › examples-smoke.spec.ts#L1
[webkit] › examples-smoke.spec.ts took 31.1s
|
Run pnpm exec playwright test --shard=3/4:
[firefox] › partial-build.spec.ts#L1
[firefox] › partial-build.spec.ts took 24.4s
|
Run pnpm exec playwright test --shard=3/4:
[firefox] › ssg-performance.spec.ts#L1
[firefox] › ssg-performance.spec.ts took 23.8s
|
Run pnpm exec playwright test --shard=3/4:
[firefox] › multi-platform.spec.ts#L1
[firefox] › multi-platform.spec.ts took 17.8s
|
Run pnpm exec playwright test --shard=3/4
1 flaky
[firefox] › ssr-basic.spec.ts:62:5 › ssr-basic: DEV › check hydration error ────────────────────
4 skipped
127 passed (5.6m)
|
Loading