We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc01aab commit 092daa3Copy full SHA for 092daa3
docs/react.md
@@ -42,7 +42,7 @@ You might have the following CSS:
42
}
43
```
44
45
-### <ContainerQuery> with (children) Render Prop
+### \<ContainerQuery\> with (children) Render Prop
46
47
Using render props.
48
@@ -104,7 +104,7 @@ export default withContainerQuery(App, meta);
104
105
### Browser Support
106
107
-As outline in the [React docs](https://reactjs.org/docs/javascript-environment-requirements.html)
+As outlined 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
0 commit comments