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
Also it is not a best idea to use React Inline Styles in this case. JSS, CSJS or other second-generation CSS-in-JS techniques is much better. And they supports two values with one property name.
e.g.
but react does not receive style as this format
The text was updated successfully, but these errors were encountered: