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.md
+4
Original file line number
Diff line number
Diff line change
@@ -342,6 +342,10 @@ Follow these steps if you see errors about missing lint rules in the editor.
342
342
343
343
If you still have the problem please file an issue.
344
344
345
+
#### Some of my tests started crashing because of unhandled rejections
346
+
347
+
Unhandled Promise rejections will now crash tests. You can fix them by explicitly catching the errors you don’t care about.
348
+
345
349
#### How to turn my app into a [Progressive Web App](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#making-a-progressive-web-app)?
346
350
347
351
After the regular update procedure above, add these line to `<head>` in `public/index.html`:
0 commit comments