We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f215b9 commit fc09f3dCopy full SHA for fc09f3d
1 file changed
docs/react.md
@@ -102,6 +102,12 @@ const App = () => (
102
export default withContainerQuery(App, meta);
103
```
104
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
111
---
112
113
◀️️ [Parcel](parcel.md)
0 commit comments