Open Henry-Hong opened 4 months ago
Did you also encounter this issue in the previous version?
Did you also encounter this issue in the previous version?
I installed previous version (v0.1.0), it works greate on usual usual className usecase but not on usecases like className in an object or className starting with prefixes (twMerge, cn, clsx etc..)
I think the RegEx should ignore strings that contain a newline char completely?
Description
Almost everyone uses className prop as a root prop.
(<Component className="blabla" />)
but, I'm using it in a object as shown below.(<Component objectProp={{ className="blabla" }} />)
It makes regex confused and the extension is not working in a good manner.you can check below screenshots.
Problem screenshot
Original