We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In runes mode
let {data} = $props()
returns data which is not bindable to eg. input elements etc. afaik this worked before and its also working when using 'let mode'
import type { PageServerLoad } from './$types'; export const load = (async ({params}) => { return {name: params.name}; }) satisfies PageServerLoad;
<script lang="ts"> let {data} = $props() </script> <p>{data.name}</p> <input type="text" bind:value={data.name} />
No response
I dont get output since I'm using pnpm, help appreciated
annoyance
The text was updated successfully, but these errors were encountered:
Regarding the system info, simply replace npx with pnpm dlx command.
npx
pnpm dlx
pnpm dlx envinfo --system --binaries --browsers --npmPackages "{svelte,@sveltejs/*,vite}"
Sorry, something went wrong.
No branches or pull requests
Describe the bug
In runes mode
returns data which is not bindable to eg. input elements etc.
afaik this worked before and its also working when using 'let mode'
Reproduction
Logs
No response
System Info
I dont get output since I'm using pnpm, help appreciated
Severity
annoyance
Additional Information
No response
The text was updated successfully, but these errors were encountered: