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
Hello everyone, sorry for the delay, this is really an issue. I already had a PR merged to fix this but for some reason @mskelton didn't release it. It was merged 20 of March, i tried to remove the join('') on the array i'm using to temporary fix and decided to check here since it's bugging yet. I'll try to check with the discord group to see if someone can do the release with the new stuff.
Describe the bug
I'm using an array to pass class names into
tailwind-variants
If I extend those styles and use an array to pass class names into the extended styles
Neither the original or extended styles get applied to the element. Instead the dev tools show
To Reproduce
See this Codesandbox
Expected behavior
The extended styles should override the original styles and be applied to the element
The text was updated successfully, but these errors were encountered: