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
There are cases where a developer may use dynamic styles syntax with a function but the styles themselves are conditional styles that can be known at compile time.
In such scenarios, we can compile every possible value into static classNames.
Here are some examples to clarify what should happen:
See #727
There are cases where a developer may use dynamic styles syntax with a function but the styles themselves are conditional styles that can be known at compile time.
In such scenarios, we can compile every possible value into static classNames.
Here are some examples to clarify what should happen:
Source:
Output:
Source:
Output:
The overall logic can be:
The text was updated successfully, but these errors were encountered: