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
At first glance, these issues seem to be related: #641 .
It appears that something is delaying styles from updating by 1 render cycle.
If you put style rules in a class and set the class property instead, then it should update in one cycle. Unfortunately, this makes it hard to parameterize what colors to set your link without in-rust css stylesheet support.
Description
Why does component does not get updated when I return true from update&change?
So I have this component
which should change the color on hover
Expected Results
The color should change immediately
Actual Results
The color changes only when I force update the whole tree
Context (Environment)
The text was updated successfully, but these errors were encountered: