We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69babbb commit 7e25df1Copy full SHA for 7e25df1
packages/react-app-polyfill/README.md
@@ -13,6 +13,8 @@ Each polyfill ensures the following language features are present:
13
1. `Symbol` (a built-in object used by `for...of` syntax and friends)
14
1. `Array.from` (a built-in static method used by array spread, i.e. `[...arr]`)
15
16
+*If you need more features, you must include them manually.*
17
+
18
### Usage
19
20
First, install the package using Yarn or npm:
0 commit comments