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
There currently is no way to reset the inner width/height and widthTouched/heightTouched,
I.e: no way to make the component automatically scale again, forcing through css works look-wise, but will bugs the parent bound calculation.
The text was updated successfully, but these errors were encountered:
Theres actually a "parent" issue that the inner width/height is not recomputed if the item inside could change it's size dynamically, so even if the current style is "auto", parent bound calculation is bugged after the item inside change it's size.
I encountered the same problem as you. The height of my outer div is dynamically calculated, and when the height is updated twice, there will be a situation where the width and height are obtained as NaN
There currently is no way to reset the inner
width/height
andwidthTouched/heightTouched
,I.e: no way to make the component automatically scale again, forcing through css works look-wise, but will bugs the parent bound calculation.
The text was updated successfully, but these errors were encountered: