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
The text was updated successfully, but these errors were encountered:
@cschroeter
Hi
In Svelte, when you destructure a reactive variable ($state, $derived), it loses reactivity.
$state
$derived
Code like this:
ark/packages/svelte/src/lib/components/avatar/use-avatar.svelte.ts
Lines 13 to 14 in be4e356
Should be written the same way as Vue code:
ark/packages/vue/src/components/avatar/use-avatar.ts
Lines 18 to 19 in be4e356
Like this one:
ark/packages/svelte/src/lib/components/qr-code/use-qr-code.svelte.ts
Would it be OK to contribute on some of the components?
Sorry, something went wrong.
No branches or pull requests
Roadmap for Svelte 1.0
Basics
Core
Providers
Components
The text was updated successfully, but these errors were encountered: