huntabyte / bits-ui

The headless components for Svelte.
https://bits-ui.com
MIT License
1.19k stars 86 forks source link

Accordion.Item doesn't react to changes to the disabled prop #654

Closed aloussase closed 1 week ago

aloussase commented 3 weeks ago

Describe the bug

The Accordion.Item component doesn't seem to react to changes in the disabled props.

Reproduction

https://stackblitz.com/edit/vitejs-vite-fzf8pd?file=src%2FApp.svelte

Logs

No response

System Info

System:
    OS: Windows 10 10.0.19045
    CPU: (4) x64 Intel(R) Core(TM) i5-6300U CPU @ 2.40GHz
    Memory: 7.25 GB / 15.41 GB
  Binaries:
    Node: 20.17.0 - ~\AppData\Local\fnm_multishells\15384_1725586641413\node.EXE
    npm: 10.8.2 - ~\AppData\Local\fnm_multishells\15384_1725586641413\npm.CMD
  Browsers:
    Edge: Chromium (128.0.2739.42)
    Internet Explorer: 11.0.19041.4355
  npmPackages:
    @sveltejs/kit: ^2.0.0 => 2.5.25
    bits-ui: ^0.21.13 => 0.21.13
    svelte: ^4.2.7 => 4.2.19

Severity

annoyance