Skip to content

Commit

Permalink
Add note on browser support
Browse files Browse the repository at this point in the history
  • Loading branch information
mridgway authored Aug 17, 2017
1 parent 0391f6f commit 152414b
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 @@ -32,6 +32,10 @@ See this [explanation](https://facebook.github.io/react/docs/higher-order-compon
|--------------------------|-------------------------------|
| 0.13-15.0 | >= 1.0.0 |

## Browser Support

This package uses `Object.defineProperty` which has a broken implementation in IE8. In order to use this package in IE8, you will need a polyfill that fixes this method.

## License
This software is free to use under the Yahoo Inc. BSD license.
See the [LICENSE file][] for license text and copyright information.
Expand Down

0 comments on commit 152414b

Please sign in to comment.