Svelte 5 does not allow duplicate class: directives on the same element. The two class:border-warning (and two class:bg-warning-light) conditions were mutually exclusive but Svelte rejected them at compile time. Merged into single || condition.
Svelte 5 does not allow duplicate class: directives on the same element. The two class:border-warning (and two class:bg-warning-light) conditions were mutually exclusive but Svelte rejected them at compile time. Merged into single || condition.