๐Ÿ˜Ž Discover cool tips and tricks for customization in our next Developer Deep Dive virtual event - sign up now!

Upgrade React

The React version used in Sanity Studio can be upgraded from the command line.

Using yarn

yarn add react@latest react-dom@latest prop-types@latest

Using npm

npm install react@latest react-dom@latest prop-types@latest

Was this article helpful?