# Install React 18 in the workspace
yarn add react@^18.2.0 react-dom@^18.2.0 -W
# Install react 18 type definitions in the workspace
yarn add -D @types/react@^18.0.24 @types/react-dom@^18.0.8 -W