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 fa749db commit 803010bCopy full SHA for 803010b
src/components/Provider.js
@@ -32,7 +32,7 @@ export default class Provider extends Component {
32
}
33
34
render() {
35
- let { children } = this.props
+ const { children } = this.props
36
return Children.only(children)
37
38
0 commit comments