mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
The fix in #5872 was not enough
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Fix props reactivity in Svelte components by updating plugin options
reactively and add example + tests validating Dashboard/StatusBar prop
changes.
>
> - **Svelte components (@uppy/svelte)**:
> - **Reactivity fix**: In `components/Dashboard.svelte`,
`DashboardModal.svelte`, and `StatusBar.svelte`, switch reactive updates
from `uppy.setOptions(...)` to `plugin?.setOptions(...)` to ensure
`props` changes are applied.
> - **Examples/Tests**:
> - Add `examples/sveltekit/src/components/test/props-reactivity.svelte`
demonstrating toggling `props` for `Dashboard` and `StatusBar`.
> - Extend `examples/sveltekit/test/index.test.ts` with tests verifying
Dashboard `ariaDisabled` toggles and StatusBar `hideUploadButton`
reactivity.
> - **Changeset**:
> - Patch release for `"@uppy/svelte"` noting props reactivity fix.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
|
||
|---|---|---|
| .. | ||
| angular | ||
| aws-companion | ||
| aws-nodejs | ||
| aws-php | ||
| cdn | ||
| companion | ||
| companion-custom-provider | ||
| companion-digitalocean-spaces | ||
| nextjs | ||
| react | ||
| reactrouter | ||
| sveltekit | ||
| transloadit | ||
| vue | ||
| xhr-bundle | ||
| xhr-node | ||
| xhr-php | ||
| xhr-python | ||