impl: sidebar defaults to open on large screens #441
Annotations
2 errors
Run bun run test:
src/utils/window.ts#L8
TypeError: window.matchMedia is not a function
❯ match src/utils/window.ts:8:24
❯ listener src/utils/window.ts:34:16
❯ Object.fn src/utils/window.ts:38:5
❯ runComputation node_modules/solid-js/dist/dev.js:788:22
❯ updateComputation node_modules/solid-js/dist/dev.js:766:3
❯ runTop node_modules/solid-js/dist/dev.js:883:7
❯ runUserEffects node_modules/solid-js/dist/dev.js:996:36
❯ node_modules/solid-js/dist/dev.js:952:34
❯ runUpdates node_modules/solid-js/dist/dev.js:900:17
❯ completeUpdates node_modules/solid-js/dist/dev.js:952:17
This error originated in "src/App.test.tsx" 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 "Show login page". 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 bun run test
Process completed with exit code 1.
|
Loading