I created the hello world GatsbyJS application and then added the typescript plugin and I immediately got the error "React is not defined". I went through the steps of adding "import * as React from 'react'"; but I still have the same error being thrown in /cache/app.js. I am not sure about the next steps.
Hello world GatsybyJS: https://www.gatsbyjs.org/tutorial/part-zero/#create-a-gatsby-site
Adding Typescript: https://www.gatsbyjs.org/packages/gatsby-plugin-typescript/?=by-config.js
Has anyone had this same issue?