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
I added the sidebar of shadcn, which was newly released in svelte5 version, and added the code according to the usage instructions. It says that all status values defined for the sidebar cannot refer to properties.
Reproduction
I added the sidebar of shadcn, which was newly released in svelte5 version, and added the code according to the usage instructions. It says that all status values defined for the sidebar cannot refer to properties.
Logs
TypeError: Cannot read properties of undefined (reading 'state')
at _layout (/Users/gimminseog/hacking/mundi-mvp/src/routes/+layout.svelte:8:10)
at Root (/Users/gimminseog/hacking/mundi-mvp/.svelte-kit/generated/root.svelte:65:3)
at Module.render (/Users/gimminseog/hacking/mundi-mvp/node_modules/.pnpm/[email protected]/node_modules/svelte/src/internal/server/index.js:117:2)
at Function._render [as render] (/Users/gimminseog/hacking/mundi-mvp/node_modules/.pnpm/[email protected]/node_modules/svelte/src/legacy/legacy-server.js:27:18)
at Module.render_response (/Users/gimminseog/hacking/mundi-mvp/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]_@types+node@2_n73cut2ozdmfw5oaoigy64bexq/node_modules/@sveltejs/kit/src/runtime/server/page/render.js:171:29)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Module.respond_with_error (/Users/gimminseog/hacking/mundi-mvp/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]_@types+node@2_n73cut2ozdmfw5oaoigy64bexq/node_modules/@sveltejs/kit/src/runtime/server/page/respond_with_error.js:85:10)
at async resolve (/Users/gimminseog/hacking/mundi-mvp/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]_@types+node@2_n73cut2ozdmfw5oaoigy64bexq/node_modules/@sveltejs/kit/src/runtime/server/respond.js:524:12)
at async Module.respond (/Users/gimminseog/hacking/mundi-mvp/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]_@types+node@2_n73cut2ozdmfw5oaoigy64bexq/node_modules/@sveltejs/kit/src/runtime/server/respond.js:327:20)
at async file:///Users/gimminseog/hacking/mundi-mvp/node_modules/.pnpm/@[email protected]_@[email protected][email protected][email protected]_@types+node@2_n73cut2ozdmfw5oaoigy64bexq/node_modules/@sveltejs/kit/src/exports/vite/dev/index.js:524:22
System Info
Mac os M3
Severity
annoyance
The text was updated successfully, but these errors were encountered:
Describe the bug
I added the sidebar of shadcn, which was newly released in svelte5 version, and added the code according to the usage instructions. It says that all status values defined for the sidebar cannot refer to properties.
Reproduction
I added the sidebar of shadcn, which was newly released in svelte5 version, and added the code according to the usage instructions. It says that all status values defined for the sidebar cannot refer to properties.
Logs
System Info
Severity
annoyance
The text was updated successfully, but these errors were encountered: