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
fix: Invalid class concatenation leading to '32' as delimiter (#374)
An invalid string concatenation leads to classes like "o-single__content
o-booking__section32o-booking__section-fip_global_fare--hidden". "32"
was used as delimited as ACSII instead of a whitespace.
0 commit comments