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
In the aforementioned snippet, Foo should turn purple, however in reality the renderer randomly picks between blue and purple, and the color it picks varies between app launches.
The text was updated successfully, but these errors were encountered:
When rendering nested classes, the fast renderer determines which style takes precedence in a non-deterministic manner.
Eg.
xcode.css
has the following definitions (simplified here for the sake of brevity):The following JS snippet
is converted to
In the aforementioned snippet,
Foo
should turn purple, however in reality the renderer randomly picks between blue and purple, and the color it picks varies between app launches.The text was updated successfully, but these errors were encountered: