Skip to content

Commit c3612c0

Browse files
committed
react doc updates
1 parent 63c2f10 commit c3612c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/react.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@ const App = () => (
102102
export default withContainerQuery(App, meta);
103103
```
104104

105+
### Browser Support
106+
107+
As outline in the [React docs](https://reactjs.org/docs/javascript-environment-requirements.html)
108+
in order to properly support <=IE11, you'll probably want to include the appropriate
109+
polyfills.
110+
105111
---
106112

107113
◀️️ [Parcel](parcel.md)

0 commit comments

Comments
 (0)