I just upgrade React-Native from 0.45.1 to 0.46.1. After upgrading, the stroyshots cases failed massively. All <View/>, <Text/>, <Image/> are replaced with </> components in the result of the jest.
Need I do something to fix this?
Anyone encountered this?
A sample of the jest failed results with storyshots is:

I have hundred tests failed with the same problem.
I just upgrade React-Native from 0.45.1 to 0.46.1. After upgrading, the stroyshots cases failed massively. All
<View/>,<Text/>,<Image/>are replaced with</>components in the result of the jest.Need I do something to fix this?
Anyone encountered this?
A sample of the jest failed results with storyshots is:
I have hundred tests failed with the same problem.