You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#11 was implemented recently and it works like charm for simple cases. However, it doesn't sort class names within arrays and objects passed to clsx (and similar methods). For instance, classes in the following code should be auto-sorted deeply:
Yeah, run into this too! I think there was a wrong assumption that we're only talking about JSX attributes. It would be nice to be able to sort any function calls, just like @kripod proposed 😄
#11 was implemented recently and it works like charm for simple cases. However, it doesn't sort class names within arrays and objects passed to
clsx
(and similar methods). For instance, classes in the following code should be auto-sorted deeply:Thank you in for maintaining this wonderful library! 😊
The text was updated successfully, but these errors were encountered: