jamesknelson / create-react-blog

Start and deploy your own statically rendered blog with create-react-app
https://create-react-blog.netlify.com/
MIT License
550 stars 69 forks source link

Bump @types/react #13

Closed tienpham94 closed 5 years ago

tienpham94 commented 5 years ago

I was having error related to @types/react after installing create-react-blog --typescript, and error went away after updating the package to the current newest version

Before: image

After: image

jamesknelson commented 5 years ago

Thanks!