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
This is actually a bug from Stylus compiler (out of my scope), where the compiler generates an extra Expression node in a nested Expression.
However, I can manage to find a workaround and patch this in Stylus Supremacy. Please upgrade to version 2.12.7.
Formatting the code adds an extra set of parenthesis, without end.
Here's a test case
Formatting it three times results in this:
When the string interpolation argument are not wrapped in parenthesis, like the block below, this bug doesn't happen:
The text was updated successfully, but these errors were encountered: