Skip to content

Commit 190f373

Browse files
rtfeldmanzpao
authored andcommitted
Update docs to mention that you need both es5-shim.js and es5-sham.js to use React with IE8.
1 parent 1873e1d commit 190f373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/07-working-with-the-browser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ In addition to that philosophy, we've also taken the stance that we, as authors
119119

120120
### Polyfills Needed to Support Older Browsers
121121

122-
These six functions can be polyfilled using `es5-shim.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim):
122+
These six functions can be polyfilled using a combintion of `es5-shim.js` and `es5-sham.js` from [kriskowal's es5-shim](https://github.com/kriskowal/es5-shim):
123123

124124
* `Array.isArray`
125125
* `Array.prototype.forEach`

0 commit comments

Comments
 (0)