Skip to content

Commit

Permalink
note about Map and WeakMap
Browse files Browse the repository at this point in the history
  • Loading branch information
brigand committed Oct 24, 2017
1 parent 4f9d955 commit e8bb27d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ It's smart enough to not remove class names added in mutlipe places, and to main
npm install --save react-global-style
```

You may need a polyfill for the ES6 features `Map` and `WeakMap`. These are included in [babel-polyfill], which many apps already use.

[babel-polyfill]: https://babeljs.io/docs/usage/polyfill/

## Usage

```jsx
Expand Down

0 comments on commit e8bb27d

Please sign in to comment.