From 7e25df150de3c781430979effffa41cec0ba929f Mon Sep 17 00:00:00 2001 From: Adam Wanninger Date: Fri, 16 Nov 2018 09:06:01 -0500 Subject: [PATCH] extra polyfills must be included manually (#5814) * extra polyfills must be included manually, fixes #5795 * make note italicized --- packages/react-app-polyfill/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-app-polyfill/README.md b/packages/react-app-polyfill/README.md index 3243ad7b..52c299f2 100644 --- a/packages/react-app-polyfill/README.md +++ b/packages/react-app-polyfill/README.md @@ -13,6 +13,8 @@ Each polyfill ensures the following language features are present: 1. `Symbol` (a built-in object used by `for...of` syntax and friends) 1. `Array.from` (a built-in static method used by array spread, i.e. `[...arr]`) +*If you need more features, you must include them manually.* + ### Usage First, install the package using Yarn or npm: