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
It appears that we can't accurately test behavior of the <TextArea> component which relies on element.scrollHeight. Even when doing a full Enzyme render with mount() attaching those test components to a container element in the DOM, scrollHeight is being calculated as 0, which throws off <TextArea> calculations.
This issue tracks finding an alternative testing approach for this behavior.
The text was updated successfully, but these errors were encountered:
It appears that we can't accurately test behavior of the
<TextArea>
component which relies onelement.scrollHeight
. Even when doing a full Enzyme render withmount()
attaching those test components to a container element in the DOM,scrollHeight
is being calculated as0
, which throws off<TextArea>
calculations.This issue tracks finding an alternative testing approach for this behavior.
The text was updated successfully, but these errors were encountered: