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 e7fcdc3 commit b6242f4Copy full SHA for b6242f4
example.js
@@ -5,7 +5,7 @@ import ResizeAware from 'react-resize-aware'
5
export default class FooBar extends Component {
6
render() {
7
return (
8
- <ResizeWare ref='container'>
+ <ResizeAware ref='container'>
9
Hello, World!
10
</ResizeAware>
11
)
0 commit comments