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
After updating to React Native 62 some of my unit test are not working. The component is not rendered correctly using shallow(). For exemple if I try to shallow a component that include a TextInput and then I console log debug it I will receive this:
Current behavior
After updating to React Native 62 some of my unit test are not working. The component is not rendered correctly using shallow(). For exemple if I try to shallow a component that include a TextInput and then I console log debug it I will receive this:
instead of what I got before
It's happening with other components (TouchableOpacity and TouchableHighlight)
Expected behavior
The React Native component to be the same instead of a generic one.
Your environment
API
Version
Adapter
The text was updated successfully, but these errors were encountered: