Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/react-app-polyfill/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing * is missing

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually intended for it to have just the single asterisk, but I'm happy to make the note italic.


### Usage

First, install the package using Yarn or npm:
Expand Down