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 case of changing RadioButton value in hidden element cause zero-size plate element, because change happen in hidden DOM node and calculated sizes are 0.
In case of changing RadioButton
value
in hidden element cause zero-size plate element, because change happen in hidden DOM node and calculated sizes are 0.Demo for displaying bug https://codesandbox.io/p/sandbox/hgwt3z
I guess that plate styles should be changed in
useLayoutEffect
probablyThe text was updated successfully, but these errors were encountered: