Bug: use clsx on svelte element classNames #60

Merged
BenjaminPalko merged 1 commit from bug-svelte-check-failing-on-className into master 2025-01-16 22:11:38 -05:00
BenjaminPalko commented 2025-01-16 22:06:39 -05:00 (Migrated from github.com)

There was a type mismatch between the className on svelte elements and the input type of twMerge, svelte uses clsx input types as valid values for classNames (array, object). See clsx #Usage

There was a type mismatch between the className on svelte elements and the input type of twMerge, svelte uses clsx input types as valid values for classNames (array, object). [See clsx #Usage](https://github.com/lukeed/clsx?tab=readme-ov-file#usage)
piopi (Migrated from github.com) reviewed 2025-01-16 22:06:39 -05:00
DanMihailescu (Migrated from github.com) approved these changes 2025-01-16 22:11:30 -05:00
Sign in to join this conversation.
No description provided.