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
Describe the bug
I have a custom component Text2 which assigns classname and also sets the style to an array of styles. This leads to the classname having both the current and previous value in the html.
Reproduction
The component Text2 will behave wrong. The component Text3 will behave correctly.
Describe the bug
I have a custom component
Text2which assigns classname and also sets the style to an array of styles. This leads to the classname having both the current and previous value in the html.Reproduction
The component
Text2will behave wrong. The componentText3will behave correctly.screenrec-nativewind-new.yafw.balanced.mp4
Repro: https://github.com/denniske/nativewind-textcomponent-repro
Expected behavior
Just have the current classname assigned to the html div.