Created by: arku
Babel 8 changes the default JSX runtime from classic
to automatic
. Since create-react-app
does not specify the runtime option, the e2e tests fail. See https://github.com/babel/babel/pull/11436 and https://github.com/babel/babel/pull/11436#issuecomment-650371495 for more information.