You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
answers is not defined
ReferenceError: answers is not defined
at new Game (/src/routes/sverdle/+page.server.js:85:44)
at load (/src/routes/sverdle/+page.server.js:6:15)
at load_server_data (/node_modules/@sveltejs/kit/src/runtime/server/page/load_data.js:31:41)
at /node_modules/@sveltejs/kit/src/runtime/server/data/index.js:57:13
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Promise.all (index 1)
at async render_data (/node_modules/@sveltejs/kit/src/runtime/server/data/index.js:94:17)
at async resolve (/node_modules/@sveltejs/kit/src/runtime/server/index.js:228:17)
at async respond (/node_modules/@sveltejs/kit/src/runtime/server/index.js:284:20)
at async /node_modules/@sveltejs/kit/src/exports/vite/dev/index.js:406:22
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
We're working around it for now by writing the code in a different manner to avoid triggering the bad transform: sveltejs/kit#7088
Reproduction
Create a new SvelteKit app. Choose all the defaults in the CLI wizard:
Visit the Sverdle tab in the browser
System Info
Used Package Manager
npm
Logs
Validations
The text was updated successfully, but these errors were encountered: