Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v5.0.1

Latest
Compare
Choose a tag to compare
@iansu iansu released this 12 Apr 17:35
· 58 commits to main since this release
19fa58d

5.0.1 (2022-04-12)

Create React App 5.0.1 is a maintenance release that improves compatibility with React 18. We've also updated our templates to use createRoot and relaxed our check for older versions of Create React App.

Migrating from 5.0.0 to 5.0.1

Inside any created project that has not been ejected, run:

npm install --save --save-exact [email protected]

or

yarn add --exact [email protected]

๐Ÿ› Bug Fix

๐Ÿ’… Enhancement

  • cra-template-typescript, cra-template, react-scripts
  • cra-template-typescript, cra-template
  • eslint-config-react-app

๐Ÿ“ Documentation

๐Ÿ  Internal

Committers: 11