You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-1.x.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1365,7 +1365,7 @@ or
1365
1365
yarn add --dev --exact react-scripts@1.0.2
1366
1366
```
1367
1367
1368
-
If you previously had issues with an `Invalid Host Header` error, [follow these new instructions](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#invalid-host-header-errors-after-configuring-proxy) to fix it.
1368
+
If you previously had issues with an `Invalid Host Header` error, [follow these new instructions](https://github.com/facebook/create-react-app/blob/main/packages/react-scripts/template/README.md#invalid-host-header-errors-after-configuring-proxy) to fix it.
1369
1369
1370
1370
## 1.0.1 (May 19, 2017)
1371
1371
@@ -1547,7 +1547,7 @@ You can automatically convert your project to fix them by running the [correspon
1547
1547
1548
1548
#### How do I make my tests work with Jest 20?
1549
1549
1550
-
Please refer to the [Jest 19](https://facebook.github.io/jest/blog/2017/02/21/jest-19-immersive-watch-mode-test-platform-improvements.html#breaking-changes) and [Jest 20](http://facebook.github.io/jest/blog/2017/05/06/jest-20-delightful-testing-multi-project-runner.html#breaking-changes) breaking changes for migration instructions.
1550
+
Please refer to the [Jest 19](https://facebook.github.io/jest/blog/2017/02/21/jest-19-immersive-watch-mode-test-platform-improvements.html#breaking-changes) and [Jest 20](https://facebook.github.io/jest/blog/2017/05/06/jest-20-delightful-testing-multi-project-runner.html#breaking-changes) breaking changes for migration instructions.
1551
1551
1552
1552
If you use snapshots, you will likely need to update them once because of the change in format.
1553
1553
@@ -1572,7 +1572,7 @@ If you still have the problem please file an issue.
1572
1572
1573
1573
Unhandled Promise rejections will now crash tests. You can fix them by explicitly catching the errors you don???t care about.
1574
1574
1575
-
#### How to turn my app into a [Progressive Web App](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app)?
1575
+
#### How to turn my app into a [Progressive Web App](https://github.com/facebook/create-react-app/blob/main/packages/react-scripts/template/README.md#making-a-progressive-web-app)?
1576
1576
1577
1577
After the regular update procedure above, add these line to `<head>` in `public/index.html`:
1578
1578
@@ -1588,9 +1588,7 @@ After the regular update procedure above, add these line to `<head>` in `public/
1588
1588
Add `<noscript>` to `<body>` in `public/index.html`:
1589
1589
1590
1590
```html
1591
-
<noscript>
1592
-
You need to enable JavaScript to run this app.
1593
-
</noscript>
1591
+
<noscript> You need to enable JavaScript to run this app. </noscript>
1594
1592
```
1595
1593
1596
1594
Then create a file called `public/manifest.json` that looks like this:
0 commit comments