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 believe this was introduced in this change #1853
Setting unitless styles values to 0 for example style={{opacity: 0}} is broken since 0 is falsy therefore will be set to null
The text was updated successfully, but these errors were encountered:
I believe this was introduced in this change #1853
Setting unitless styles values to 0 for example
style={{opacity: 0}}
is broken since 0 is falsy therefore will be set to nullThe text was updated successfully, but these errors were encountered: