chore(release): v0.2.17 #159
Annotations
3 errors and 1 warning
|
Test
Process completed with exit code 1.
|
|
Unhandled error:
apps/web/src/app/api/sessions/join/[joinCode]/route.ts#L103
TypeError: Cannot read properties of undefined (reading 'select')
❯ src/app/api/sessions/join/[joinCode]/route.ts:103:29
❯ processTicksAndRejections node:internal/process/task_queues:103:5
This error originated in "src/app/api/sessions/join/[joinCode]/route.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
|
Test
@pairux/web#test: command (/home/runner/work/pairux.com/pairux.com/apps/web) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
|
Lint:
apps/web/src/app/host/[id]/page.tsx#L332
React Hook useCallback has an unnecessary dependency: 'session'. Either exclude it or remove the dependency array
|