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
I have been using this lib a while now. It does very well the work. But now i have a requirement that is to change the colors of based on the theme.
For that, for now, i have my styles on classStyles and tagStyles props that will adapt to the theme that i have applied. In order for the styles to be used i have to re-render the complete html that depending on the html size will or not be noticed by the user.
Do you think there is a more efficient solution for that?
Thank you very much.
The text was updated successfully, but these errors were encountered:
In version 4.2.2, HTML component will re-render on tagsStyles and classesStyles changes, if this is what you meant.
You can test a pre-release version now, see #385.
Hello all
I have been using this lib a while now. It does very well the work. But now i have a requirement that is to change the colors of based on the theme.
For that, for now, i have my styles on
classStyles
andtagStyles
props that will adapt to the theme that i have applied. In order for the styles to be used i have to re-render the complete html that depending on the html size will or not be noticed by the user.Do you think there is a more efficient solution for that?
Thank you very much.
The text was updated successfully, but these errors were encountered: