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
Elements in the testing environment return 0 for all values in the bounding rect
height: 0 gets passed back up, which causes the next pass (i.e. the update, which happens immediately after the mount), to attempt to render 0 elements
because there are no elements, no children render, thus no refs can be found
Unit tests have been broken since this commit.
Broken with error
TypeError: Cannot read property '1' of undefined
in getElementHeight, line 61The text was updated successfully, but these errors were encountered: